|
oILAB
|
#include <ReferenceState.h>
Inheritance diagram for oILAB::ReferenceState< dim >: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 13 of file ReferenceState.h.
|
private |
Definition at line 14 of file ReferenceState.h.
|
explicit |
| int oILAB::ReferenceState< dim >::numberOfPlanesOrthogonalToGB | ( | ) | const |
| LatticeVector< dim > oILAB::ReferenceState< dim >::shiftLatticeVector | ( | ) | const |
| const ReciprocalLatticeVector<dim>& oILAB::ReferenceState< dim >::axis |
Definition at line 18 of file ReferenceState.h.
| const Gb<dim>& oILAB::ReferenceState< dim >::gb |
Definition at line 17 of file ReferenceState.h.
| const int oILAB::ReferenceState< dim >::periodScaling |
Definition at line 19 of file ReferenceState.h.
| Eigen::VectorXd oILAB::ReferenceState< dim >::planeEnergies |
Definition at line 22 of file ReferenceState.h.
| std::map<Triplet> oILAB::ReferenceState< dim >::refState |
Definition at line 21 of file ReferenceState.h.