F3C
-
class F3C : public feasst::ModelTwoBody
This class attempts to implement the F3C water model potential described in Levitt et al.[1]. Unfortunately, we have not been able to reproduce those results, and there may be an error in our implementation. Use this implementation at your own risk.
- The charge conversion factor assuming the following units:
length: Angstroms
energy: kJ/mol
charge: elementary
When distance is near zero, returns a large positive number.
Acknowledgements to Samiha Sharlin for help with testing F3C.
References:
Arguments
Asc: scaling factor (default: 1).
Public Functions
-
void precompute(const ModelParams &existing)
Precompute model parameters based on existing model parameters.
-
void serialize(std::ostream &ostr) const
Output a serialized version of the existing model.