Skip to content

Commit

Permalink
Made it clear that this requires "natural" log
Browse files Browse the repository at this point in the history
  • Loading branch information
ndattani authored and sunqm committed Jan 31, 2023
1 parent 2dbcfe1 commit 0c9ab4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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: ::

Expand Down

0 comments on commit 0c9ab4d

Please sign in to comment.