CASM  1.1.0
A Clusters Approach to Statistical Mechanics
Configuration_stream_io.cc
Go to the documentation of this file.
2 
6 
7 namespace CASM {
8 
9 void print_poscar(Configuration const &configuration, std::ostream &sout) {
11  configuration.name()};
12  p.sort();
13  p.print(sout);
14 }
15 
16 } // namespace CASM
Print POSCAR with formating options.
Definition: VaspIO.hh:40
Main CASM namespace.
Definition: APICommand.hh:8
xtal::SimpleStructure make_simple_structure(Supercell const &_scel, ConfigDoF const &_dof, std::vector< DoFKey > const &_which_dofs={})
Construct from ConfigDoF _dof belonging to provided Supercell _scel.
void print_poscar(Configuration const &configuration, std::ostream &sout)