Loading...
Searching...
No Matches
zhu_philpott_parameters.hpp
Go to the documentation of this file.
1/*
2** This file is part of eOn.
3**
4** SPDX-License-Identifier: BSD-3-Clause
5**
6** Copyright (c) 2010--present, eOn Development Team
7** All rights reserved.
8**
9** Repo:
10** https://github.com/TheochemUI/eOn
11*/
12#pragma once
20
21namespace forcefields {
30struct Standard {
31 static double const sigmaO_;
32 static double const epsilonO_;
33 static double const sigmaH_;
34 static double const epsilonH_;
35 static double const C10_O_;
36 static double const C10_H_;
37 static double const alpha_;
38 static double const sigmaHPt_;
39 static double const sigmaOPt_;
40 static double const epsilonHPt_;
41 static double const epsilonOPt_;
42};
43
48struct Iceland {
49 static double const sigmaO_;
50 static double const epsilonO_;
51 static double const sigmaH_;
52 static double const epsilonH_;
53 static double const C10_O_;
54 static double const C10_H_;
55 static double const alpha_;
56 static double const sigmaHPt_;
57 static double const sigmaOPt_;
58 static double const epsilonHPt_;
59 static double const epsilonOPt_;
60};
61} // namespace zhu_philpott_parameters
62} // namespace forcefields