|
ALPSCore reference
|
#include <mesh.hpp>


Public Types | |
| typedef generic_index< matsubara_mesh > | index_type |
Public Member Functions | |
| matsubara_mesh (const matsubara_mesh &rhs) | |
| copy constructor More... | |
| matsubara_mesh () | |
| matsubara_mesh (double b, int nfr, gf::statistics::statistics_type statistics=statistics::FERMIONIC) | |
| int | extent () const |
| int | operator() (index_type idx) const |
| bool | operator== (const matsubara_mesh &mesh) const |
| Comparison operators. More... | |
| bool | operator!= (const matsubara_mesh &mesh) const |
| Comparison operators. More... | |
| double | beta () const |
| getter functions for member variables More... | |
| statistics::statistics_type | statistics () const |
| mesh::frequency_positivity_type | positivity () const |
| void | swap (matsubara_mesh &other) |
| Swaps this and another mesh. More... | |
| void | save (alps::hdf5::archive &ar, const std::string &path) const |
| void | load (alps::hdf5::archive &ar, const std::string &path) |
| void | save (alps::hdf5::archive &ar) const |
| Save to HDF5. More... | |
| void | load (alps::hdf5::archive &ar) |
| Load from HDF5. More... | |
| void | check_range () |
| void | compute_points () |
Public Member Functions inherited from alps::gf::base_mesh | |
| base_mesh () | |
| base_mesh (const base_mesh &rhs) | |
| const std::vector< double > & | points () const |
| Const access to mesh points. More... | |
Additional Inherited Members | |
Protected Member Functions inherited from alps::gf::base_mesh | |
| std::vector< double > & | _points () |
| void | swap (base_mesh &other) |
| typedef generic_index<matsubara_mesh> alps::gf::matsubara_mesh< PTYPE >::index_type |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
1.8.11