struct gpr::AtomsPositionAndTypeΒΆ

Structure of atoms positions and types.

#include <Structures.h>
 
struct AtomsPositionAndType {
    // fields
 
    Coord positions;
    FieldMatrixIdx type;
 
    // methods
 
    void resize(const Index_t num_atoms);
    void clear();
};