Skip to content

Commit

Permalink
Fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
scemama committed Nov 30, 2023
1 parent dba15f6 commit 141a0a8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion org/qmckl_mo.org
Original file line number Diff line number Diff line change
Expand Up @@ -3418,6 +3418,7 @@ print ( "[4][1][15][14] : %25.15e"% lf(a,x,y))
}
printf("Average precision for %d: %d\n", qmckl_get_numprec_precision(context),
(int) (average_prec/(point_num*chbrclf_mo_num)));
assert(nbits > 12);
fflush(stdout);

average_prec = 0;
Expand All @@ -3443,9 +3444,9 @@ print ( "[4][1][15][14] : %25.15e"% lf(a,x,y))
}
nbits = (int) (average_prec/(point_num*chbrclf_mo_num*5));
printf("Average precision for %d: %d\n", qmckl_get_numprec_precision(context), nbits);
assert(nbits > 11);
fflush(stdout);
rc = qmckl_set_numprec_precision(context,53);
return -1;


/* Check selection of MOs */
Expand Down

0 comments on commit 141a0a8

Please sign in to comment.