compute.out

This file contains space and time averaged quantities. It is produced when invoking the compute keyword.

File format

Assuming that the system is divided into \(M\) groups according to the grouping method used by the compute keyword keyword, then:

  • if temperature is computed, there are \(M\) columns of group temperatures (in units of K) from left to right

  • if potential is computed, there are \(M\) columns of group potentials (in units of eV) from left to right

  • if force is computed: there are \(3M\) columns of group forces (in units of eV/A) from left to right in the following form:

    fx_1 ... fx_M fy_1 ... fy_M fz_1 ... fz_M
    
  • if virial is computed, there are \(3M\) columns of group virials (in units of eV) from left to right in a form similar to that for force

  • if the potential part of the heat current is computed, there are \(3M\) columns of group potential heat currents (in units of eV\(^{3/2}\) amu\(^{-1/2}\)) from left to right in a form similar to that for force

  • if the kinetic part of the heat current is computed, there are \(3M\) columns of group kinetic heat currents (in units of eV\(^{3/2}\) amu\(^{-1/2}\)) from left to right in a form similar to that for force

  • if temperature is computed, the last second column is the total energy of the thermostat coupling to the heat source region (in units of eV) and the last column is the total energy of the thermostat coupling to the heat sink region (in units of eV)

Note that regardless of the order of properties in the compute keyword, the order of the output data is fixed as given above.