Difference between revisions of "Cell"
From DoSPT
Miguel Caro (talk | contribs) m |
Miguel Caro (talk | contribs) m |
||
| Line 5: | Line 5: | ||
where we have defined a rectangular periodic box with dimensions <math>L_x = 10~\text{nm}</math>, <math>L_y = 15~\text{nm}</math> and <math>L_z = 12~\text{nm}</math>. | where we have defined a rectangular periodic box with dimensions <math>L_x = 10~\text{nm}</math>, <math>L_y = 15~\text{nm}</math> and <math>L_z = 12~\text{nm}</math>. | ||
| − | Support for non-orthogonal unit cells (i.e., a generally triclinic unit cell) via a 9-argument <code>cell</code> keyword may be added in the future but is currently not supported. | + | Support for non-orthogonal unit cells (i.e., a generally triclinic unit cell) via a 9-argument <code>cell</code> keyword may be added in the [[wishlist|future]] but is currently not supported. |
Revision as of 21:18, 19 July 2017
The cell keyword is a required keyword in the input file. It takes 3 arguments, respectively the moduli of the 3 lattice vectors of an orthorhombic unit cell, AKA a "rectangular" box. The units are nm. At the moment, only such rectangular boxes can be used in a DoSPT calculation. Example:
cell = 10. 15. 12.
where we have defined a rectangular periodic box with dimensions [math]L_x = 10~\text{nm}[/math], [math]L_y = 15~\text{nm}[/math] and [math]L_z = 12~\text{nm}[/math].
Support for non-orthogonal unit cells (i.e., a generally triclinic unit cell) via a 9-argument cell keyword may be added in the future but is currently not supported.