|
CASM
1.1.0
A Clusters Approach to Statistical Mechanics
|
#include "casm/database/ScelDatabase.hh"Go to the source code of this file.
Namespaces | |
| CASM | |
| Main CASM namespace. | |
| CASM::DB | |
Functions | |
| Supercell const & | CASM::DB::canonical_supercell (Supercell const &supercell, Database< Supercell > &supercell_db) |
| std::pair< Database< Supercell >::iterator, bool > | CASM::DB::make_canonical_and_insert (std::shared_ptr< Structure const > const &shared_prim, Lattice const &super_lattice, Database< Supercell > &supercell_db) |
| Make canonical supercell and insert into supercell database. More... | |
| std::pair< Database< Supercell >::iterator, bool > | CASM::DB::make_canonical_and_insert (std::shared_ptr< Structure const > const &shared_prim, Eigen::Matrix3l const &transformation_matrix_to_super, Database< Supercell > &supercell_db) |
| Make canonical supercell and insert into supercell database. More... | |
| std::pair< Database< Supercell >::iterator, bool > | CASM::DB::make_canonical_and_insert (Supercell const &supercell, Database< Supercell > &supercell_db) |
| Make canonical supercell and insert into supercell database. More... | |
| template<typename EnumeratorType > | |
| std::pair< Database< Supercell >::iterator, bool > | CASM::DB::make_canonical_and_insert (EnumeratorType const &enumerator, Supercell const &supercell, Database< Supercell > &supercell_db) |