QCANT.cvqe_qulacs#

QCANT.cvqe_qulacs(symbols: Sequence[str], geometry, *, adapt_it: int, ansatz: str = 'lucj', basis: str = 'sto-3g', charge: int = 0, spin: int = 0, active_electrons: int, active_orbitals: int, shots: int | None = 0, optimizer_method: str = 'BFGS', optimizer_maxiter: int = 100, hamiltonian_cutoff: float = 1e-20, selection_seed: int | None = None, print_progress: bool = True, return_details: bool = False, resume_state: dict[str, object] | None = None, checkpoint_path: str | None = None, iteration_callback: Callable[[dict[str, object]], None] | None = None)[source]#

Qulacs-backed exact-state CVQE.