Skip to content

Commit ec098b7

Browse files
author
carlos mejuto zaera
committed
A parenthesis for good measure, in one of the equations of the standalone driver.
1 parent 14070ff commit ec098b7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/standalone_driver.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,7 @@ int main(int argc, char** argv) {
419419
Eigen::VectorXd psi0 = Eigen::Map<Eigen::VectorXd, Eigen::Unaligned>(
420420
C_local.data(), C_local.size());
421421

422-
E0 -= E_inactive + E_core;
422+
E0 -= (E_inactive + E_core);
423423
// Evaluate particle GF
424424
macis::RunGFCalc<nwfn_bits>(GF, psi0, ham_gen, dets, E0, true, ws,
425425
occs, gf_settings);

0 commit comments

Comments
 (0)