Skip to content

Commit

Permalink
default lanczos precision to 2e-12
Browse files Browse the repository at this point in the history
  • Loading branch information
wztzjhn committed Sep 16, 2024
1 parent 6ba8686 commit c4de839
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/miscellaneous.cc
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ namespace qbasis {
const double machine_prec = std::numeric_limits<double>::epsilon();
const double opr_precision = 1e-12;
const double sparse_precision = 1e-14;
const double lanczos_precision = 1e-12;
const double lanczos_precision = 2e-12;

void initialize(const bool &enable_ckpt_)
{
Expand Down

0 comments on commit c4de839

Please sign in to comment.