Skip to content

Commit

Permalink
Remove unused/untested option extrapolateH (#250)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanlucf22 authored Jun 4, 2024
1 parent bad80d1 commit 7aac379
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
2 changes: 0 additions & 2 deletions src/OrbitalsExtrapolation.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ class OrbitalsExtrapolation

virtual ~OrbitalsExtrapolation();

virtual bool extrapolatedH() const { return false; }

virtual void clearOldOrbitals();
bool getRestartData(OrbitalsType& orbitals);
virtual void setupPreviousOrbitals(OrbitalsType** orbitals,
Expand Down
5 changes: 0 additions & 5 deletions src/md.cc
Original file line number Diff line number Diff line change
Expand Up @@ -91,11 +91,6 @@ void MGmol<OrbitalsType>::postWFextrapolation(OrbitalsType* orbitals)
else
proj_matrices_->setDMto2InvS();
}
else
{
if (orbitals_extrapol_->extrapolatedH())
dm_strategy_->update(*orbitals);
}
}

template <class OrbitalsType>
Expand Down

0 comments on commit 7aac379

Please sign in to comment.