TBTK
Need a break? Support the development by playing Polarity Puzzles
HoppingAmplitude.h File Reference

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)
 

Detailed Description

Hopping amplitude from state 'from' to state 'to'.

Author
Kristofer Björnson

Function Documentation

◆ operator<<()

std::ostream& TBTK::operator<< ( std::ostream &  stream,
const HoppingAmplitude hoppingAmplitude 
)
inline

Writes the HoppingAmplitudes toString()-representation to a stream.

Parameters
streamThe stream to write to.
hoppingAmplitudeThe HoppingAmplitude to write.
Returns
Reference to the output stream just written to.