PyQED user guide#

The user guide organizes PyQED by scientific task. It reuses the canonical method, example, and API pages rather than repeating their content. Choose a topic below, run its smallest example first, and check the stated maturity and limitations before adapting it to a research calculation.

Important

PyQED is active research software. A module being importable does not mean every option is supported or validated. Consult the capability matrix and the limitations on the relevant method page.

New to PyQED?#

  1. Install PyQED in an isolated environment.

  2. Run the five-minute H2 quickstart.

  3. Read How PyQED calculations work for the common model–build–solve–validate workflow.

  4. Pick a task-oriented path in Tutorials and learning paths or browse the runnable examples index.

Foundations and common workflow#

  • How PyQED calculations work explains how inputs, numerical representations, solver objects, diagnostics, and validation fit together.

  • Theory overview introduces the Hamiltonian, wavefunction, density-matrix, response, and representation conventions shared across method areas.

  • Backends and integral representations describes native, dense, packed, RI, and factorized electronic-structure paths.

  • API entry points maps supported workflows to their modules; it is a navigation aid rather than a blanket stability promise.

Electronic structure#

Start with the native RHF workflow, then add correlation or response only after the reference calculation is converged.

Grid, quantum, and nonadiabatic dynamics#

Open systems and spectroscopy#

Light–matter and periodically driven systems#

Tensor networks and many-body methods#

Reliability, reproduction, and help#