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
21
constexpr
double
CFLENGTH
= 1.889726;
22
constexpr
double
CFENERGY
= 0.036749;
23
constexpr
double
CFFORCE
=
CFLENGTH
/
CFENERGY
;
24
25
// Extracted from SymmetryFunction class
26
enum
ScalingType
{
27
ST_NONE
,
28
ST_SCALE
,
29
ST_CENTER
,
30
ST_SCALECENTER
,
31
ST_SCALESIGMA
32
};
33
34
#endif
// TYPES_H
CFLENGTH
constexpr double CFLENGTH
Definition:
typesCabana.h:21
CFFORCE
constexpr double CFFORCE
Definition:
typesCabana.h:23
CFENERGY
constexpr double CFENERGY
Definition:
typesCabana.h:22
ScalingType
ScalingType
Definition:
typesCabana.h:26
ST_CENTER
@ ST_CENTER
Definition:
typesCabana.h:29
ST_SCALE
@ ST_SCALE
Definition:
typesCabana.h:28
ST_SCALECENTER
@ ST_SCALECENTER
Definition:
typesCabana.h:30
ST_NONE
@ ST_NONE
Definition:
typesCabana.h:27
ST_SCALESIGMA
@ ST_SCALESIGMA
Definition:
typesCabana.h:31
libnnpif
CabanaMD
typesCabana.h
Generated on Sun Nov 24 2024 23:31:48 for n2p2 - A neural network potential package by
1.9.4