Skip to content
This repository was archived by the owner on Mar 22, 2023. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
File renamed without changes.
6 changes: 6 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[bumpversion]
current_version = 0.1.0
commit = True
tag = True

[bumpversion:file:CMakeLists.txt]
1 change: 1 addition & 0 deletions src/gscf/PulayDiisScf.hh
Original file line number Diff line number Diff line change
Expand Up @@ -409,6 +409,7 @@ void PulayDiisScf<ScfState>::update_diis_diagmat(state_type& s) const {
// TODO Ignore Fock matrices where the coefficient is too small
// and add the coefficient value to the fock matrix which has the
// largest value already
// or alternatively renormalise

// Form linear combination according to coefficients:
auto probmat_pit = std::begin(s.prev_problem_matrix_ptrs);
Expand Down