CASM
1.1.0
A Clusters Approach to Statistical Mechanics
|
#include "casm/hull/Hull.hh"
#include <iterator>
#include "casm/casm_io/dataformatter/DataFormatter_impl.hh"
#include "casm/clex/PrimClex.hh"
#include "casm/database/ConfigDatabase.hh"
#include "casm/external/Eigen/Dense"
#include "casm/external/qhull/libqhullcpp/QhullFacetList.h"
#include "casm/external/qhull/libqhullcpp/QhullVertexSet.h"
#include "casm/misc/PCA.hh"
Go to the source code of this file.
Namespaces | |
CASM | |
Main CASM namespace. | |
CASM::Hull_impl | |
Functions | |
void | CASM::Hull_impl::_validate_input (const DB::Selection< Configuration > &selection, const Hull::CompCalculator &comp_calculator, const Hull::EnergyCalculator &energy_calculator) |
Print informational message and throw exception if input data is not valid. More... | |