occ
|
Functions | |
occ::Vec | eem_partial_charges (const occ::IVec &atomic_numbers, const occ::Mat3N &positions, double charge=0.0) |
Determine the atomic partial charges of atoms at provided positions, constraining the net charge. | |
Vec | eeq_coordination_numbers (const occ::IVec &atomic_numbers, const occ::Mat3N &positions) |
Determine the atomic coordination numbers of atoms at provided positions, for the EEQ method described in https://dx.doi.org/10.1063/1.5090222. | |
Vec | eeq_partial_charges (const occ::IVec &atomic_numbers, const occ::Mat3N &positions, double charge=0.0) |
Determine the atomic partial charges of atoms at provided positions, constraining the net charge, using the EEQ method described in https://dx.doi.org/10.1063/1.5090222. | |
occ::Vec occ::core::charges::eem_partial_charges | ( | const occ::IVec & | atomic_numbers, |
const occ::Mat3N & | positions, | ||
double | charge = 0.0 |
||
) |
Determine the atomic partial charges of atoms at provided positions, constraining the net charge.
atomic_numbers | const IVec& of length N atomic numbers |
positions | const Mat3N& of dimensions (3, N) positions in Angstroms |
charge | double of the system net charge (default 0 i.e. neutral) |
Vec occ::core::charges::eeq_coordination_numbers | ( | const occ::IVec & | atomic_numbers, |
const occ::Mat3N & | positions | ||
) |
Determine the atomic coordination numbers of atoms at provided positions, for the EEQ method described in https://dx.doi.org/10.1063/1.5090222.
atomic_numbers | const IVec& of length N atomic numbers |
positions | const Mat3N& of dimensions (3, N) positions in Angstroms |
Vec occ::core::charges::eeq_partial_charges | ( | const occ::IVec & | atomic_numbers, |
const occ::Mat3N & | positions, | ||
double | charge = 0.0 |
||
) |
Determine the atomic partial charges of atoms at provided positions, constraining the net charge, using the EEQ method described in https://dx.doi.org/10.1063/1.5090222.
atomic_numbers | const IVec& of length N atomic numbers |
positions | const Mat3N& of dimensions (3, N) positions in Angstroms |
charge | double of the system net charge (default 0 i.e. neutral) |