From ad4af797fbd4af55cc6eec4903a7217e59fac1dc Mon Sep 17 00:00:00 2001 From: Ravindra Shinde Date: Fri, 26 Mar 2021 09:15:13 +0100 Subject: [PATCH] default value info added --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3a7e70c..3dfff67 100644 --- a/README.md +++ b/README.md @@ -98,7 +98,8 @@ ` optimize_wavefunction true` -8. Single and Double precision numbers along with numbers in scientific format can be read using the `fdf_get()` function. +8. Single and Double precision numbers along with numbers in scientific format can be read using the `fdf_get()` function. +The second number in the bracket denotes the default value. `energy_tol = fdf_get('energy_tol', 0.00001d0)`