oILAB
|
#include <ReferenceState.h>
Public Member Functions | |
ReferenceState (const Gb< dim > &gb, const ReciprocalLatticeVector< dim > &axis, const int &periodScaling) | |
int | numberOfPlanesOrthogonalToGB () const |
LatticeVector< dim > | shiftLatticeVector () const |
Data Fields | |
const Gb< dim > & | gb |
const ReciprocalLatticeVector< dim > & | axis |
const int | periodScaling |
std::map< Triplet > | refState |
Eigen::VectorXd | planeEnergies |
Private Types | |
using | IntScalarType = typename LatticeCore< dim >::IntScalarType |
Definition at line 14 of file ReferenceState.h.
|
private |
Definition at line 16 of file ReferenceState.h.
|
explicit |
int gbLAB::ReferenceState< dim >::numberOfPlanesOrthogonalToGB | ( | ) | const |
LatticeVector< dim > gbLAB::ReferenceState< dim >::shiftLatticeVector | ( | ) | const |
const ReciprocalLatticeVector<dim>& gbLAB::ReferenceState< dim >::axis |
Definition at line 19 of file ReferenceState.h.
const Gb<dim>& gbLAB::ReferenceState< dim >::gb |
Definition at line 18 of file ReferenceState.h.
const int gbLAB::ReferenceState< dim >::periodScaling |
Definition at line 20 of file ReferenceState.h.
Eigen::VectorXd gbLAB::ReferenceState< dim >::planeEnergies |
Definition at line 23 of file ReferenceState.h.
std::map<Triplet> gbLAB::ReferenceState< dim >::refState |
Definition at line 22 of file ReferenceState.h.