Skip to content

Commit

Permalink
reverses spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
nbraunsc committed Oct 22, 2024
1 parent a9e1fc4 commit 9788715
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/tpsci_inner.jl
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ function contract_matrix_element( term::ClusteredTerm2B{T},
# mat_elem = gamma1[p] * term.ints[p,q] * gamma2[q]
#end
#mat_elem = _contract(term.ints, gamma1, gamma2)


haskey(cluster_ops[c1.idx][term.ops[1]], (fock_bra[c1.idx],fock_ket[c1.idx])) || return
haskey(cluster_ops[c2.idx][term.ops[2]], (fock_bra[c2.idx],fock_ket[c2.idx])) || return
#@btime haskey($cluster_ops[$c2.idx][$term.ops[2]], ($fock_bra[$c2.idx],$fock_ket[$c2.idx]))
Expand Down

0 comments on commit 9788715

Please sign in to comment.