Skip to content

Commit

Permalink
Clarify unit of energy_frequency.
Browse files Browse the repository at this point in the history
  • Loading branch information
lohedges committed Jan 23, 2024
1 parent 63de896 commit ce39507
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -209,10 +209,10 @@ are electron charge.
Energies can be written to a file using the `--energy-file` command-line argument
or the `EMLE_ENERGY_FILE` environment variable. The frequency of logging can be
specified using `--energy-frequency` or `EMLE_ENERGY_FREQUENCY`. This should be an
integer specifying the frequency at which energies are written. (The default is
0, which means that energies aren't logged.) The output will look something like
the following, where the columns specify the current step, the in vacuo energy
and the total energy.
integer specifying the frequency, in integration steps, at which energies are
written. (The default is 0, which means that energies aren't logged.) The output
will look something like the following, where the columns specify the current
step, the in vacuo energy and the total energy.

General log messages are written to the file specified by the `--log-file` or
`EMLE_LOG_FILE` options. (By default, no log file is used and diagnostic messages
Expand Down

0 comments on commit ce39507

Please sign in to comment.