Skip to content

Latest commit

 

History

History
84 lines (78 loc) · 14.2 KB

outputformats.rst

File metadata and controls

84 lines (78 loc) · 14.2 KB

+------------------------+------------------------------------------+-----------------------------------------------------------------------------------------+-----------+-----------+-----------+ | generic | +------------------------+------------------------------------------+-----------------------------------------------------------------------------------------+-----------+-----------+-----------+ | tag | dimension | description | VASP | SPHInX | LAMMPS | +========================+==========================================+=========================================================================================+===========+===========+===========+ | time | Nstep | simulation time ( fs ) | | | x | +------------------------+------------------------------------------+-----------------------------------------------------------------------------------------+-----------+-----------+-----------+ | steps | Nstep | time steps | | | x | +------------------------+------------------------------------------+-----------------------------------------------------------------------------------------+-----------+-----------+-----------+ | unwrapped_positions | Nstep x Natom x 3 | unwrapped atom coordinates ( Å ) | x | x | x | +------------------------+------------------------------------------+-----------------------------------------------------------------------------------------+-----------+-----------+-----------+ | positions | Nstep x Natom x 3 | wrapped atom coordinates ( Å ) | x | x | x | +------------------------+------------------------------------------+-----------------------------------------------------------------------------------------+-----------+-----------+-----------+ | velocities | Nstep x Natom x 3 | velocity of each atom ( Å/fs ) | | | | +------------------------+------------------------------------------+-----------------------------------------------------------------------------------------+-----------+-----------+-----------+ | forces | Nstep x Natom x 3 | force on each atom ( eV/Å ) | x | x | x | +------------------------+------------------------------------------+-----------------------------------------------------------------------------------------+-----------+-----------+-----------+ | cells | Nstep x 3 x 3 | cell dimensions (cf. VASP website) ( Å ) | x | x | x | +------------------------+------------------------------------------+-----------------------------------------------------------------------------------------+-----------+-----------+-----------+ | energy_tot | Nstep | total energy of the system ( eV ) | x | x | x | +------------------------+------------------------------------------+-----------------------------------------------------------------------------------------+-----------+-----------+-----------+ | energy_kin | Nstep | kinetic energy of the system ( eV ) | x | | | +------------------------+------------------------------------------+-----------------------------------------------------------------------------------------+-----------+-----------+-----------+ | energy_pot | Nstep | potential energy of the system ( eV ) | x | | | +------------------------+------------------------------------------+-----------------------------------------------------------------------------------------+-----------+-----------+-----------+ | pressures | Nstep x 3 x 3 | pressures ( GPa ) | | | x | +------------------------+------------------------------------------+-----------------------------------------------------------------------------------------+-----------+-----------+-----------+ | temperature | Nstep | temperature ( K ) | x | | x | +------------------------+------------------------------------------+-----------------------------------------------------------------------------------------+-----------+-----------+-----------+ | volume | Nstep ? | supercell volume ( Å3 ) | x | x | x | +------------------------+------------------------------------------+-----------------------------------------------------------------------------------------+-----------+-----------+-----------+ | atom_voronoi | Nstep x Natom | Voronoi volume of each atom ( Å3 ) | | | | +------------------------+------------------------------------------+-----------------------------------------------------------------------------------------+-----------+-----------+-----------+ | atom_stress | Nstep x Natom x 3 x 3 | stress per atom x atomic volume ( eV ) | | | x | +------------------------+------------------------------------------+-----------------------------------------------------------------------------------------+-----------+-----------+-----------+ | atom_centro | Nstep x Natom | centro-symmetry parameter ( Å2 ) | | | | +------------------------+------------------------------------------+-----------------------------------------------------------------------------------------+-----------+-----------+-----------+ | atom_displace | Nstep x Natom x 3 | displacement of each atom with respect to the initial position ( Å ) | | | | +------------------------+------------------------------------------+-----------------------------------------------------------------------------------------+-----------+-----------+-----------+ | computation_time | Nstep | computation time of the simulation ( s ) | | x | | +------------------------+------------------------------------------+-----------------------------------------------------------------------------------------+-----------+-----------+-----------+

+------------------------+---------------------------------------------------------------+---------------------------------------------------------------------+-----------+-----------+-----------+ | dft | +------------------------+---------------------------------------------------------------+---------------------------------------------------------------------+-----------+-----------+-----------+ | tag | dimension | description | VASP | SPHInX | LAMMPS | +========================+===============================================================+=====================================================================+===========+===========+===========+ | (scf_)energy_int | Nstep | internal energy ( eV ) | | x | | +------------------------+---------------------------------------------------------------+---------------------------------------------------------------------+-----------+-----------+-----------+ | (scf_)energy_free | Nstep | free energy, same as energy_tot in generic ( eV ) | x | x | | +------------------------+---------------------------------------------------------------+---------------------------------------------------------------------+-----------+-----------+-----------+ | (scf_)energy_zero | Nstep | extrapolated energy, sigma → 0 ( eV ) | x | x | | +------------------------+---------------------------------------------------------------+---------------------------------------------------------------------+-----------+-----------+-----------+ | (scf_)energy_band | Nstep | band gap energy ( eV ) | | x | | +------------------------+---------------------------------------------------------------+---------------------------------------------------------------------+-----------+-----------+-----------+ | (scf_)residue | Nstep ( x 2 ) | energy residue ( eV ) | | x | | +------------------------+---------------------------------------------------------------+---------------------------------------------------------------------+-----------+-----------+-----------+ | atoms(scf_)spins | Nstep x Natom | spin moment of each atom ( Bohr magneton ) | | x | | +------------------------+---------------------------------------------------------------+---------------------------------------------------------------------+-----------+-----------+-----------+ | (scf_)magnetic_forces | Nstep x Natom | spin forces ? ( eV/Bohr magneton ) | | x | | +------------------------+---------------------------------------------------------------+---------------------------------------------------------------------+-----------+-----------+-----------+ | atom_spin_constraints | Nstep x Natom | spin constraints ( Bohr magneton ) | | x | | +------------------------+---------------------------------------------------------------+---------------------------------------------------------------------+-----------+-----------+-----------+ | bands_e_fermi | Nstep | fermi energy ( eV ) | | x | | +------------------------+---------------------------------------------------------------+---------------------------------------------------------------------+-----------+-----------+-----------+ | bands_occ | Nstep ( x 2 ) x Nk x Nstates | occupancy | | x | | +------------------------+---------------------------------------------------------------+---------------------------------------------------------------------+-----------+-----------+-----------+ | bands_k_weights | Nk | weight of each k point | | x | | +------------------------+---------------------------------------------------------------+---------------------------------------------------------------------+-----------+-----------+-----------+ | bands_eigen_values | Nstep ( x 2 ) x Nk x Nstates | eigenspectrums ( eV ) | | x | | +------------------------+---------------------------------------------------------------+---------------------------------------------------------------------+-----------+-----------+-----------+ | scf_convergence | Nstep | convergence of each ionic step | | x | | +------------------------+---------------------------------------------------------------+---------------------------------------------------------------------+-----------+-----------+-----------+

  • Nstep refers to ionic steps and not electronic steps
  • properties preceded by scf_ contain the values of each electronic step except for scf_convergence
  • ( x 2 ) refers to the additional column which appears only in magnetic calculations
  • if the crosses under VASP, SPHInX or LAMMPS are missing, the corresponding properties are not implemented