Skip to content

Commit

Permalink
Remove unused/deprecated schmidt_add and normalize fns from libqt (#2927
Browse files Browse the repository at this point in the history
)
  • Loading branch information
TiborGY committed Apr 24, 2023
1 parent bba1fc6 commit 35f6357
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 191 deletions.
2 changes: 0 additions & 2 deletions psi4/src/psi4/libqt/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,11 @@ list(APPEND sources
lapack_intfc.cc
mat_print.cc
newmm_rking.cc
normalize.cc
pople.cc
probabil.cc
ras_set.cc
reorder_qt.cc
schmidt.cc
schmidt_add.cc
solve_pep.cc
timer.cc
)
Expand Down
100 changes: 0 additions & 100 deletions psi4/src/psi4/libqt/normalize.cc

This file was deleted.

3 changes: 0 additions & 3 deletions psi4/src/psi4/libqt/qt.h
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,6 @@ void fill_sym_matrix(double** A, int size);
uint64_t combinations(const uint64_t n, const uint64_t k);
uint64_t factorial(const uint64_t n);
void schmidt(double** A, int rows, int cols, std::string out_fname);
PSI_DEPRECATED("The libqt schmidt_add function is deprecated and 1.7 will be the last release to have it.")
PSI_API int schmidt_add(double** A, int rows, int cols, double* v);
void normalize(double** A, int rows, int cols);
double invert_matrix(double** a, double** y, int N, std::string out_fname);
void solve_2x2_pep(double** H, double S, double* evals, double** evecs);
PSI_API
Expand Down
86 changes: 0 additions & 86 deletions psi4/src/psi4/libqt/schmidt_add.cc

This file was deleted.

0 comments on commit 35f6357

Please sign in to comment.