#include <aflow.h>
|
| xEIGENVAL (std::ostream &oss=std::cout) |
|
| xEIGENVAL (std::ofstream &FileMESSAGE, std::ostream &oss=std::cout) |
|
| xEIGENVAL (const std::string &fileIN, bool=true, std::ostream &oss=std::cout) |
|
| xEIGENVAL (const std::string &fileIN, std::ofstream &FileMESSAGE, bool=true, std::ostream &oss=std::cout) |
|
bool | initialize (const std::string &fileIN, std::ostream &oss, bool=true) |
|
bool | initialize (const std::string &fileIN, std::ofstream &FileMESSAGE, std::ostream &oss, bool=true) |
|
bool | initialize (const std::string &fileIN, bool=true) |
|
| xEIGENVAL (const xEIGENVAL &b) |
|
| ~xEIGENVAL () |
|
const xEIGENVAL & | operator= (const xEIGENVAL &b) |
|
void | clear () |
|
bool | GetProperties (const std::stringstream &stringstreamIN, bool=true) |
|
bool | GetProperties (const std::string &stringIN, bool=true) |
|
bool | GetPropertiesFile (const std::string &fileIN, bool=true) |
|
bool | GetPropertiesUrlFile (const std::string &url, const std::string &file, bool=true) |
|
virtual | ~JsonSerializable ()=default |
|
aurostd::JSON::object | dumpToJson () const |
|
std::string | dumpToString () const |
|
void | dumpToFile (const std::filesystem::path &path, aurostd::compression_type compression=aurostd::compression_type::None) const |
|
Definition at line 943 of file aflow.h.
◆ xEIGENVAL() [1/5]
xEIGENVAL::xEIGENVAL |
( |
std::ostream & | oss = std::cout | ) |
|
◆ xEIGENVAL() [2/5]
xEIGENVAL::xEIGENVAL |
( |
std::ofstream & | FileMESSAGE, |
|
|
std::ostream & | oss = std::cout ) |
◆ xEIGENVAL() [3/5]
xEIGENVAL::xEIGENVAL |
( |
const std::string & | fileIN, |
|
|
bool | = true, |
|
|
std::ostream & | oss = std::cout ) |
◆ xEIGENVAL() [4/5]
xEIGENVAL::xEIGENVAL |
( |
const std::string & | fileIN, |
|
|
std::ofstream & | FileMESSAGE, |
|
|
bool | = true, |
|
|
std::ostream & | oss = std::cout ) |
◆ xEIGENVAL() [5/5]
◆ ~xEIGENVAL()
xEIGENVAL::~xEIGENVAL |
( |
| ) |
|
◆ initialize() [1/3]
bool xEIGENVAL::initialize |
( |
const std::string & | fileIN, |
|
|
std::ostream & | oss, |
|
|
bool | = true ) |
◆ initialize() [2/3]
bool xEIGENVAL::initialize |
( |
const std::string & | fileIN, |
|
|
std::ofstream & | FileMESSAGE, |
|
|
std::ostream & | oss, |
|
|
bool | = true ) |
◆ initialize() [3/3]
bool xEIGENVAL::initialize |
( |
const std::string & | fileIN, |
|
|
bool | = true ) |
◆ operator=()
◆ clear()
void xEIGENVAL::clear |
( |
| ) |
|
◆ GetProperties() [1/2]
bool xEIGENVAL::GetProperties |
( |
const std::stringstream & | stringstreamIN, |
|
|
bool | = true ) |
◆ GetProperties() [2/2]
bool xEIGENVAL::GetProperties |
( |
const std::string & | stringIN, |
|
|
bool | = true ) |
◆ GetPropertiesFile()
bool xEIGENVAL::GetPropertiesFile |
( |
const std::string & | fileIN, |
|
|
bool | = true ) |
◆ GetPropertiesUrlFile()
bool xEIGENVAL::GetPropertiesUrlFile |
( |
const std::string & | url, |
|
|
const std::string & | file, |
|
|
bool | = true ) |
◆ serialize()
|
nodiscardoverrideprotectedvirtual |
◆ deserialize()
◆ getJsonID()
std::string xEIGENVAL::getJsonID |
( |
| ) |
const |
|
inlinenodiscardoverrideprotectedvirtual |
◆ free()
◆ copy()
◆ operator<<
std::ostream & operator<< |
( |
std::ostream & | , |
|
|
const xEIGENVAL & | ) |
|
friend |
◆ m_initialized
bool xEIGENVAL::m_initialized |
◆ content
std::string xEIGENVAL::content |
◆ vcontent
std::vector<std::string> xEIGENVAL::vcontent |
◆ filename
std::string xEIGENVAL::filename |
◆ title
std::string xEIGENVAL::title |
◆ number_atoms
uint xEIGENVAL::number_atoms |
◆ number_loops
uint xEIGENVAL::number_loops |
◆ spin
◆ Vol
◆ POTIM
◆ lattice
◆ temperature
double xEIGENVAL::temperature |
◆ number_electrons
uint xEIGENVAL::number_electrons |
◆ number_kpoints
uint xEIGENVAL::number_kpoints |
◆ number_bands
uint xEIGENVAL::number_bands |
◆ vweight
std::deque<double> xEIGENVAL::vweight |
◆ vkpoint
std::deque<xvector<double> > xEIGENVAL::vkpoint |
◆ venergy
std::deque<std::deque<std::deque<double> > > xEIGENVAL::venergy |
◆ carstring
std::string xEIGENVAL::carstring |
◆ energy_max
double xEIGENVAL::energy_max |
◆ energy_min
double xEIGENVAL::energy_min |
The documentation for this class was generated from the following file:
- /Users/nathan/Projects/AFLOW4/src/aflow.h