|
n2p2 - A neural network potential package
|
#include "Atom.h"#include "Element.h"#include "NeuralNetwork.h"#include "SymFnc.h"#include "SymFncBaseCutoff.h"#include "SymFncExpRad.h"#include "SymFncCompRad.h"#include "SymFncExpAngn.h"#include "SymFncExpAngw.h"#include "SymFncCompAngw.h"#include "SymFncCompAngn.h"#include "SymFncExpRadWeighted.h"#include "SymFncExpAngnWeighted.h"#include "SymFncCompRadWeighted.h"#include "SymFncCompAngnWeighted.h"#include "SymFncCompAngwWeighted.h"#include "SymGrp.h"#include "SymGrpExpRad.h"#include "SymGrpCompRad.h"#include "SymGrpExpAngn.h"#include "SymGrpExpAngw.h"#include "SymGrpCompAngw.h"#include "SymGrpCompAngn.h"#include "SymGrpExpRadWeighted.h"#include "SymGrpExpAngnWeighted.h"#include "SymGrpCompRadWeighted.h"#include "SymGrpCompAngnWeighted.h"#include "SymGrpCompAngwWeighted.h"#include "utility.h"#include <iostream>#include <cinttypes>#include <cstdlib>#include <algorithm>#include <limits>#include <stdexcept>