CASM
1.1.0
A Clusters Approach to Statistical Mechanics
|
#include "casm/crystallography/io/SimpleStructureIO.hh"
#include "casm/casm_io/container/json_io.hh"
#include "casm/casm_io/json/jsonParser.hh"
#include "casm/crystallography/CoordinateSystems.hh"
#include "casm/crystallography/SimpleStructure.hh"
#include "casm/global/enum/json_io.hh"
#include "casm/global/errors.hh"
Go to the source code of this file.
Namespaces | |
CASM | |
Main CASM namespace. | |
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... | |