n2p2 - A neural network potential package
|
#include "Atom.h"
#include "Dataset.h"
#include "Stopwatch.h"
#include "Updater.h"
#include <cstddef>
#include <fstream>
#include <map>
#include <random>
#include <string>
#include <vector>
Go to the source code of this file.
Classes | |
class | nnp::Training |
Training methods. More... | |
struct | nnp::Training::SubCandidate |
Contains update candidate which is grouped with others to specific parent update candidate (e.g. More... | |
struct | nnp::Training::UpdateCandidate |
Contains location of one update candidate (energy or force). More... | |
struct | nnp::Training::Property |
Specific training quantity (e.g. energies, forces, charges). More... | |
struct | nnp::Training::PropertyMap |
Map of all training properties. More... | |
Namespaces | |
namespace | nnp |