CASM
1.1.0
A Clusters Approach to Statistical Mechanics
|
#include <casm/crystallography/DoFSet.hh>
#include <casm/crystallography/SymType.hh>
#include <unordered_set>
#include <vector>
#include "casm/crystallography/Site.hh"
Go to the source code of this file.
Namespaces | |
CASM | |
Main CASM namespace. | |
CASM::xtal | |
CASM::sym | |
Functions | |
std::vector< std::string > | CASM::xtal::component_descriptions (DoFSet const &dofset) |
Eigen::MatrixXd | CASM::xtal::dofset_transformation_matrix (const Eigen::MatrixXd &from_basis, const Eigen::MatrixXd &to_basis, double tol) |
Create the symmtery representation for going from one basis to another. More... | |
xtal::DoFSet | CASM::sym::copy_apply (const xtal::SymOp &op, const xtal::DoFSet &_dof) |
Copy and apply SymOp to a DoFSet. More... | |