|
UnitCell | occ::crystal::cubic_cell (double length) |
| Construct a cubic unit cell from a given length.
|
|
UnitCell | occ::crystal::rhombohedral_cell (double length, double angle) |
| Construct a rhombohedral unit cell from a given length and angle.
|
|
UnitCell | occ::crystal::tetragonal_cell (double a, double c) |
| Construct a tetragonal unit cell from two given lengths.
|
|
UnitCell | occ::crystal::hexagonal_cell (double a, double c) |
| Construct a hexagonal unit cell from two given lengths.
|
|
UnitCell | occ::crystal::orthorhombic_cell (double a, double b, double c) |
| Construct an orthorhombic unit cell from three given lengths.
|
|
UnitCell | occ::crystal::monoclinic_cell (double a, double b, double c, double angle) |
| Construct an orthorhombic unit cell from three given lengths and one angle.
|
|
UnitCell | occ::crystal::triclinic_cell (double a, double b, double c, double alpha, double beta, double gamma) |
| Construct an orthorhombic unit cell from three given lengths and three angles.
|
|