Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ python -m sphinx -b html docs docs/_build/html # open docs/_build/html/index.h
- Thermochemistry calculations for molecular systems
- DFTB+ geometry optimization, Hessian, and normal-mode integration
- Stepwise and overall reference-calibrated reduction potentials
- Structure-aware redox datasets, grouped delta-model validation, and Pareto selection
- Readers for DFTB+ `.gen`, XYZ, and vibrational frequency files
- Runtime type checking for public API calls
- Test coverage for parsing, thermochemistry, and optional DFTB+ execution paths
Expand Down
8 changes: 8 additions & 0 deletions ThermoScreening/thermo/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,11 @@
from .ensemble import boltzmann_weights, ensemble_free_energy, lowest_gibbs, EnsembleThermo
from .kinetics import eyring_rate_constant, wigner_tunneling_correction
from .pka import pKa, calibrate_proton_reference, PROTON_AQUEOUS_FREE_ENERGY_KCAL
from .redox_screening import (
DeltaRedoxModel,
audit_redox_dataset,
balanced_group_folds,
canonical_structure_identity,
grouped_delta_validation,
pareto_front,
)
Loading
Loading