CASM  1.1.0
A Clusters Approach to Statistical Mechanics
SimpleStructureIO.hh File Reference
#include <set>
#include "casm/casm_io/json/jsonParser.hh"
#include "casm/global/enum.hh"

Go to the source code of this file.

Namespaces

 CASM
 Main CASM namespace.
 
 CASM::xtal
 

Functions

jsonParserCASM::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...