CASM
1.1.0
A Clusters Approach to Statistical Mechanics
|
Go to the source code of this file.
Namespaces | |
CASM | |
Main CASM namespace. | |
CASM::xtal | |
Functions | |
jsonParser & | CASM::to_json (xtal::SimpleStructure const &simple_structure, jsonParser &json, std::set< std::string > const &excluded_species={"Va", "VA", "va"}, COORD_TYPE coordinate_mode=CART) |
Output SimpleStructure to JSON. More... | |
void | CASM::from_json (xtal::SimpleStructure &simple_structure, const jsonParser &json) |
Read SimpleStructure from JSON. More... | |