n2p2 - A neural network potential package
typesCabana.h
Go to the documentation of this file.
1// n2p2 - A neural network potential package
2// Copyright (C) 2018 Andreas Singraber (University of Vienna)
3// Copyright (C) 2020 Saaketh Desai and Sam Reeve
4//
5// This program is free software: you can redistribute it and/or modify
6// it under the terms of the GNU General Public License as published by
7// the Free Software Foundation, either version 3 of the License, or
8// (at your option) any later version.
9//
10// This program is distributed in the hope that it will be useful,
11// but WITHOUT ANY WARRANTY; without even the implied warranty of
12// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13// GNU General Public License for more details.
14//
15// You should have received a copy of the GNU General Public License
16// along with this program. If not, see <https://www.gnu.org/licenses/>.
17
18#ifndef TYPESCABANAMD_H
19#define TYPESCABANAMD_H
20
21constexpr double CFLENGTH = 1.889726;
22constexpr double CFENERGY = 0.036749;
23constexpr double CFFORCE = CFLENGTH / CFENERGY;
24
25// Extracted from SymmetryFunction class
32};
33
34#endif // TYPES_H
constexpr double CFLENGTH
Definition: typesCabana.h:21
constexpr double CFFORCE
Definition: typesCabana.h:23
constexpr double CFENERGY
Definition: typesCabana.h:22
ScalingType
Definition: typesCabana.h:26
@ ST_CENTER
Definition: typesCabana.h:29
@ ST_SCALE
Definition: typesCabana.h:28
@ ST_SCALECENTER
Definition: typesCabana.h:30
@ ST_NONE
Definition: typesCabana.h:27
@ ST_SCALESIGMA
Definition: typesCabana.h:31