mirror of
https://github.com/TREX-CoE/qmckl.git
synced 2025-01-03 01:56:18 +01:00
Fixed tests
This commit is contained in:
parent
dba15f6b84
commit
141a0a866e
@ -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;
|
||||
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user