We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 556ce00 commit 9d9b791Copy full SHA for 9d9b791
benchmarks/main.cpp
@@ -10,6 +10,7 @@ int main(int argc, char *argv[]) {
10
// Disable multithreading
11
set_num_threads(1);
12
set_locale();
13
+ disable_thousands_separator();
14
Context fermi_ctx = Context(mbpt::make_sr_spaces(), Vacuum::SingleProduct,
15
IndexSpaceMetric::Unit, BraKetSymmetry::nonsymm,
16
SPBasis::spinorbital);
0 commit comments