Go to the source code of this file.
|
| integer, save | atm_spec::nat |
| | Number of atoms. More...
|
| |
| integer, save | atm_spec::ntyp |
| | Number of species (elements) More...
|
| |
| real(8), save | atm_spec::vcell |
| | Unit cell volume [Bohr^3]. More...
|
| |
| real(8), save | atm_spec::nelec |
| | Number of electrons per u.c. More...
|
| |
| real(8), dimension(3, 3), save | atm_spec::avec |
| | Unit lattice vector [Bohr]. More...
|
| |
| real(8), dimension(3, 3), save | atm_spec::bvec |
| | Unit reciplocal lattice vector [Bohr^-1]. More...
|
| |
| type(atm_t), dimension(:), allocatable, save | atm_spec::atm |
| | (nat) Atom More...
|
| |
| type(spec_t), dimension(:), allocatable, save | atm_spec::spec |
| | (ntyp) Species More...
|
| |