From b7aea597d7e6f90bef70a53d3b45ee6a483f2942 Mon Sep 17 00:00:00 2001 From: Subindev D <64056430+subindev-d@users.noreply.github.com> Date: Wed, 12 Jun 2024 16:19:55 +0100 Subject: [PATCH] update integer keyword list --- _sources/keywords.rst.txt | 1 + keywords.html | 1 + searchindex.js | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/_sources/keywords.rst.txt b/_sources/keywords.rst.txt index 6286eef..3e5de1a 100644 --- a/_sources/keywords.rst.txt +++ b/_sources/keywords.rst.txt @@ -66,6 +66,7 @@ Keywords that take an integer number as value. * :literal:`max_state_iter`: maximum number of iterations to perform when searching for a state. This loop encloses both node-based and energy-based search. Once a state is converged, the program checks again that it has the correct number of nodes. If it does not, the state is stored for future use and to provide an upper or lower limit to the energy of the searches and then the process is repeated. This number represents how much can the process be repeated before failing. Should not generally need to be adjusted. Default is 100. * :literal:`uehling_steps`: integration steps for the Uehling potential. Higher numbers will make the Uehling energy more precise but increase computation times. Default is 100. * :literal:`xr_print_precision`: number of digits after the point to use when printing out energies and transition rates in the :literal:`.xr.out` file. Default is -1 (print as many as possible). +* :literal:`state_print_precision`: number of digits after the point to use when printing out energies and transition rates in the :literal:`.{state name}.out` files. Default is -1 (print as many as possible). Only has effect if :literal:`output >= 2`. * :literal:`verbosity`: verbosity level. Going from 1 to 3 will increase the amount of information printed to the log file. Default is 1. * :literal:`output`: output level. Going from 1 to 3 will increase the amount of files produced. Specifically: 1. will print out only the transition energies and rates in the :literal:`.xr.out` file; diff --git a/keywords.html b/keywords.html index c842971..0a24351 100644 --- a/keywords.html +++ b/keywords.html @@ -142,6 +142,7 @@
uehling_steps
: integration steps for the Uehling potential. Higher numbers will make the Uehling energy more precise but increase computation times. Default is 100.
xr_print_precision
: number of digits after the point to use when printing out energies and transition rates in the .xr.out
file. Default is -1 (print as many as possible).
state_print_precision
: number of digits after the point to use when printing out energies and transition rates in the .{state name}.out
files. Default is -1 (print as many as possible). Only has effect if output >= 2
.
verbosity
: verbosity level. Going from 1 to 3 will increase the amount of information printed to the log file. Default is 1.
output
: output level. Going from 1 to 3 will increase the amount of files produced. Specifically: