QCANT.qrte_pmte_qulacs#
- QCANT.qrte_pmte_qulacs(symbols: Sequence[str], geometry, *, delta_t: float, n_steps: int, active_electrons: int, active_orbitals: int, basis: str = 'sto-3g', charge: int = 0, spin: int = 0, overlap_tol: float = 1e-10, basis_threshold: float = 0.0, return_min_energy_history: bool = False, evolution_mode: str = 'sparse', trotter_steps: int = 1, max_workers: int | None = None)[source]#
Qulacs-backed symmetric QRTE basis growth.
For larger qubit counts, prefer
evolution_mode="trotter"to avoid materializing the Hamiltonian matrix.