CASM
1.1.0
A Clusters Approach to Statistical Mechanics
|
#include "casm/casm_io/dataformatter/DataFormatter.hh"
#include "casm/clex/PrimClex.hh"
#include "casm/database/Selection.hh"
#include "casm/hull/Hull.hh"
Go to the source code of this file.
Classes | |
class | CASM::ConfigIO::BaseHull< ValueType > |
Base class for hull info formatters. More... | |
class | CASM::ConfigIO::OnHull |
Returns a boolean indicating if a Configuration is a convex hull vertex. More... | |
class | CASM::ConfigIO::HullDist |
Returns the distance, in eV, of a configuration's formation_energy_per_atom above the convex hull. More... | |
class | CASM::ConfigIO::OnClexHull |
Returns a boolean indicating if a Configuration is a predicted convex hull vertex. More... | |
class | CASM::ConfigIO::ClexHullDist |
Returns the distance, in eV, of a configuration's clex(formation_energy_per_atom) above the predicted convex hull. More... | |
Namespaces | |
CASM | |
Main CASM namespace. | |
CASM::ConfigIO | |
Contains ConfigIO classes and functions. | |
Functions | |
Hull::CalculatorOptions | CASM::ConfigIO::hull_calculator_options () |
Returns a map containing default hull calculators. More... | |
Hull::CalculatorOptions | CASM::ConfigIO::clex_hull_calculator_options () |
Returns a map containing default clex hull calculators. More... | |
std::string | CASM::ConfigIO::default_hull_calculator () |
Returns "atom_frac". More... | |