occ
Loading...
Searching...
No Matches
occ::cg Namespace Reference

Namespaces

namespace  components
 

Classes

struct  ContributionPair
 
struct  CrystalGrowthResult
 
struct  DimerResult
 
struct  DimerSolventTerm
 
struct  EnergyTotal
 
class  InteractionMapper
 
struct  MoleculeResult
 
struct  NeighborAtoms
 
struct  NeighborContribution
 
class  SMDCalculator
 
struct  SMDSettings
 
struct  SMDSolventSurfaces
 
class  SolvationContribution
 
struct  SolventSurface
 
class  SolventSurfacePartitioner
 

Typedefs

using Crystal = occ::crystal::Crystal
 
using CrystalDimers = occ::crystal::CrystalDimers
 
using DimerMappingTable = occ::crystal::DimerMappingTable
 
using DimerIndex = occ::crystal::DimerIndex
 
using DimerIndexHash = occ::crystal::DimerIndexHash
 
using Molecule = occ::core::Molecule
 
using Dimer = occ::core::Dimer
 
using PairEnergies = std::vector< occ::interaction::CEEnergyComponents >
 
using CGEnergyComponents = ankerl::unordered_dense::map< std::string, double >
 
using CGEnergies = std::vector< CGEnergyComponents >
 
using DimerResults = std::vector< DimerResult >
 

Enumerations

enum class  PartitionScheme { NearestAtom , NearestAtomDnorm , ElectronDensity }
 

Functions

 NLOHMANN_DEFINE_TYPE_NON_INTRUSIVE (SolventSurface, positions, energies, areas)
 
 NLOHMANN_DEFINE_TYPE_NON_INTRUSIVE (SMDSolventSurfaces, coulomb, cds, electronic_energies, total_solvation_energy, electronic_contribution, gas_phase_contribution, free_energy_correction)
 
void exchange_matching_forward_reverse_pairs (const crystal::CrystalDimers::MoleculeNeighbors &neighbors, std::vector< SolvationContribution > &energy_contribution)
 

Typedef Documentation

◆ CGEnergies

using occ::cg::CGEnergies = typedef std::vector<CGEnergyComponents>

◆ CGEnergyComponents

using occ::cg::CGEnergyComponents = typedef ankerl::unordered_dense::map<std::string, double>

◆ Crystal

◆ CrystalDimers

◆ Dimer

◆ DimerIndex

◆ DimerIndexHash

◆ DimerMappingTable

◆ DimerResults

using occ::cg::DimerResults = typedef std::vector<DimerResult>

◆ Molecule

◆ PairEnergies

Enumeration Type Documentation

◆ PartitionScheme

enum class occ::cg::PartitionScheme
strong
Enumerator
NearestAtom 
NearestAtomDnorm 
ElectronDensity 

Function Documentation

◆ exchange_matching_forward_reverse_pairs()

void occ::cg::exchange_matching_forward_reverse_pairs ( const crystal::CrystalDimers::MoleculeNeighbors neighbors,
std::vector< SolvationContribution > &  energy_contribution 
)

◆ NLOHMANN_DEFINE_TYPE_NON_INTRUSIVE() [1/2]

occ::cg::NLOHMANN_DEFINE_TYPE_NON_INTRUSIVE ( SMDSolventSurfaces  ,
coulomb  ,
cds  ,
electronic_energies  ,
total_solvation_energy  ,
electronic_contribution  ,
gas_phase_contribution  ,
free_energy_correction   
)

◆ NLOHMANN_DEFINE_TYPE_NON_INTRUSIVE() [2/2]

occ::cg::NLOHMANN_DEFINE_TYPE_NON_INTRUSIVE ( SolventSurface  ,
positions  ,
energies  ,
areas   
)