|
occ
|
Every cavity a solvation model produced for one molecule, plus the scalar bookkeeping cg reports. More...
#include <solvation_data.h>
Public Member Functions | |
| double | total_energy () const |
| const CavitySurface * | find (std::string_view name) const |
Public Attributes | |
| std::vector< CavitySurface > | cavities |
| double | total_solvation_energy {0.0} |
| double | electronic_contribution {0.0} |
Every cavity a solvation model produced for one molecule, plus the scalar bookkeeping cg reports.
This is the shape the partitioner consumes. It is deliberately not the on-disk format: SMDSolventSurfaces remains the cached representation so existing caches keep loading.
| const CavitySurface * occ::cg::SolvationData::find | ( | std::string_view | name | ) | const |
| double occ::cg::SolvationData::total_energy | ( | ) | const |
| std::vector<CavitySurface> occ::cg::SolvationData::cavities |
| double occ::cg::SolvationData::electronic_contribution {0.0} |
| double occ::cg::SolvationData::total_solvation_energy {0.0} |