-
algorithms/
- VariationalDriver, the single base class every solver — VQE, ADAPT-VQE, VASQE, subspace search — inherits from, plus the composable DeflationMixin and SubspaceMixin.
-
core/
- Second-quantized Fermion operators, the PauliSum output type, and the Jordan–Wigner, Parity and Bravyi–Kitaev fermion-to-qubit mappings.
-
basis/
- FAO, NAO, GTO/STO-nG and Pople basis functions, plus the from-scratch atomic LDA pseudopotential solver.
-
integrals/
- The real-space grid, the FFT Poisson solver, and the C/OpenMP backend behind libcarcara_integrals, with an automatic NumPy fallback.
-
circuits/
- The Ansatz protocol, UCCSD and AdaptAnsatz, gate primitives, operator pools, and circuit profiling.
-
backends/
- Qiskit, Braket and Cirq execution, the Amazon Braket device registry, QWC-grouped shot-based measurement, and the (currently empty) error-mitigation stub.