Skip to content

Commit

Permalink
σpVσp_Descr is "hashed" correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
evaleev committed Nov 27, 2023
1 parent bbc276d commit 4c5cb33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bin/libint/oper.h
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ struct σpVσp_Descr : public Contractable<σpVσp_Descr> {
σpVσp_Descr(int pauli_index) : pauli_index_(pauli_index) { assert(pauli_index <= 3); }

static const unsigned int max_key = 4;
unsigned int key() const { return 0; }
unsigned int key() const { return pauli_index(); }
std::string description() const { return "σpVσp"; }
std::string label() const { return "σpVσp"; }
int psymm(int i, int j) const { abort(); }
Expand Down

0 comments on commit 4c5cb33

Please sign in to comment.