Skip to content

Commit

Permalink
negate XA now that i'm not reorienting the molecule
Browse files Browse the repository at this point in the history
  • Loading branch information
ahurta92 committed Jul 1, 2024
1 parent 20e6632 commit b7bbf66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/apps/molresponse/FrequencyResponse.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -599,7 +599,7 @@ Tensor<double> QuadraticResponse::compute_beta(World &world) {
auto apply_projector = [&](auto &xi) { return projector(xi); };

auto perturbation_A = generator(world, *this);
auto XA = -1.0 * x_data[0].first.copy();
auto XA = 1.0 * x_data[0].first.copy();

// first step to compute beta is to construct the X_space representations of the virt/virt and occ/occ blocks of gamma

Expand Down

0 comments on commit b7bbf66

Please sign in to comment.