Autogen documentation
Autogen is an automatic expression generator using Wick’s theorem for quantum chemistry derivations.
This docs/ folder is the main documentation. The root README is intentionally short and points here.
Start here
- Overview: overview.md
- Install: installation.md
- Usage (examples): usage.md
- Concepts/definitions: concepts.md
- API guide: api.md
- Input/output: io.md
- Testing: testing.md
- Performance: performance.md
- Work log: work_log.md
Imports
All code should import from the canonical package paths:
autogen.libraryautogen.main_toolsautogen.pkg
Repository layout
src/autogen/– the installable Python packagetests/– pytest suitedocs/– documentation (this folder)