1 #ifndef QNANO_NEW_POTENTIAL_DEFINED_H 2 #define QNANO_NEW_POTENTIAL_DEFINED_H 4 #include "tools/List_Class.h" 5 #include "tools/Reader.h" 10 void read(
const std::string &filename);
11 void print(
const std::string &filename)
const;
13 void check_size(
int compare_size)
const;
14 void read_check(
const std::string &filename,
int compare_size);
23 Potential(
const std::string &filename,
int compare_size){
24 read_check(filename, compare_size);
Structure to store values for the potational on each atom of a given structure.
Definition: Potential.h:8
Definition: List_Class.h:8