Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
brianz98 committed Jan 25, 2025
1 parent dff9a1c commit 6f64fa0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion forte/sparse_ci/sparse_operator_hamiltonian.cc
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ SparseOperator sparse_operator_hamiltonian(std::shared_ptr<ActiveSpaceIntegrals>
return H;
}

// template <typename T>
template <typename T>
SparseOperator sparse_operator_from_ndarray(double scalar,
ndarray<T>& oei_a, ndarray<T>& oei_b,
ndarray<T>& tei_aa, ndarray<T>& tei_ab, ndarray<T>& tei_bb,
Expand Down
4 changes: 2 additions & 2 deletions forte/sparse_ci/sparse_operator_hamiltonian.h
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ SparseOperator sparse_operator_hamiltonian(std::shared_ptr<ActiveSpaceIntegrals>

template <typename T>
SparseOperator sparse_operator_from_ndarray(double scalar,
ndarray<R>& oei_a, ndarray<R>& oei_b,
ndarray<R>& tei_aa, ndarray<R>& tei_ab, ndarray<R>& tei_bb,
ndarray<T>& oei_a, ndarray<T>& oei_b,
ndarray<T>& tei_aa, ndarray<T>& tei_ab, ndarray<T>& tei_bb,
double screen_thresh = 1e-12);


Expand Down

0 comments on commit 6f64fa0

Please sign in to comment.