This repository contains the user manual for OpenQP, the Open Quantum Platform.
The manual covers the OQP Studio desktop application, installation, input files, Python usage, build options, capabilities, examples, keyword references, and workflows including HF/DFT, MP2, TDHF/TDDFT, SF-TDDFT, MRSF-TDDFT, PCM/ddX, SOC, NACME, EKT, Hessians, optimization, molecular symmetry, and spectroscopy-related properties.
Manual site: https://open-quantum-platform.github.io/openqp-docs/
API guide: https://open-quantum-platform.github.io/openqp-docs/api/
pip install -r docs/requirements.txt
mkdocs servemkdocs build --strictKeep keyword and API pages aligned with the OpenQP input schema, checker, and Python entry points:
oqpdata.pyinput_checker.pysingle_point.pypyoqp.pyopenqp.pymolecule.pyoqp.hCMakeLists.txtpyproject.toml
When OpenQP changes input defaults, allowed values, workflow support, or Python
runner behavior, update the matching page under docs/keywords,
docs/workflows, docs/api, docs/python-scripting.md, or
docs/build-options.md. Also update this README when a new workflow, keyword
section, or maintenance source file becomes part of the documented surface.