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

Physical index. More...

#include "TBTK/Subindex.h"
#include "TBTK/Serializable.h"
#include "TBTK/Streams.h"
#include <vector>

Go to the source code of this file.

Classes

class  TBTK::Index
 Physical index. More...
 

Functions

std::ostream & TBTK::operator<< (std::ostream &stream, const Index &index)
 

Detailed Description

Physical index.

Author
Kristofer Björnson

Function Documentation

◆ operator<<()

std::ostream& TBTK::operator<< ( std::ostream &  stream,
const Index index 
)
inline

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

Parameters
streamThe stream to write to.
indexThe Index to write.
Returns
Reference to the output stream just written to.