ORCA capabilities for molecular quantum mechanics within the Simstack framework.
nodes/—orcanode (single-point and geometry optimization)models/—OrcaQMInput(ORCA-specific; dispersion is a sibling of functional)lib/— input writer, output parser, result builderstesting/— manual/integration scriptstests/— tests that do not require a committeduv.lock
Installed packages (simstack, molecular_qm_models) are registered via
simstack.modules entry points. After uv sync:
uv run create_model_table
uv run create_node_tableStandalone in this repo, create_*_table --dir only accepts directories
inside this repo:
uv sync
uv run create_model_table --dir molecular_qm_orca
uv run create_node_table --dir molecular_qm_orcaParent projects (for example jia-project) should depend on this package from git, not as a submodule:
molecular_qm_orca = { git = "https://github.com/simstack/molecular_qm_orca.git" }