TBTK
|
Need a break? Support the development by playing Polarity Puzzles |
Hopping amplitude from state 'from' to state 'to'. More...
#include "TBTK/Index.h"
#include "TBTK/Serializable.h"
#include <complex>
#include <initializer_list>
#include <tuple>
#include <vector>
Go to the source code of this file.
Classes | |
class | TBTK::HoppingAmplitude |
Hopping amplitude from state 'from' to state 'to'. More... | |
class | TBTK::HoppingAmplitude::AmplitudeCallback |
Enumerations | |
enum | TBTK::HermitianConjugate { HC } |
Enum used to indicate the Hermitian conjugate. | |
Functions | |
std::ostream & | TBTK::operator<< (std::ostream &stream, const HoppingAmplitude &hoppingAmplitude) |
Hopping amplitude from state 'from' to state 'to'.
|
inline |
Writes the HoppingAmplitudes toString()-representation to a stream.
stream | The stream to write to. |
hoppingAmplitude | The HoppingAmplitude to write. |