From 0c9ab4d240c1f052734bba9739b81ece6b5d36fb Mon Sep 17 00:00:00 2001 From: Nike Dattani Date: Fri, 6 Jan 2023 17:07:31 -0800 Subject: [PATCH] Made it clear that this requires "natural" log --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index e5f1a26f..ac40d686 100644 --- a/README.rst +++ b/README.rst @@ -226,7 +226,7 @@ Known problems Schwarz inequality to estimate upper limit of an integral, the default integral cutoff might not be accurate enough. It can be adjusted by the parameter ``env[PTR_EXPCUTOFF]`` (since libcint 4.0). This parameter needs to be - set to ``abs(log(cutoff_threshold))``. + set to ``abs(ln(cutoff_threshold))``. * On 64-bit systems, ``make test`` stop with error: ::