Skip to content

Commit

Permalink
Merge pull request #4848 from jptowns/kappa_list_unpacking_for_ray
Browse files Browse the repository at this point in the history
Complex Orbital Optimization Implementation
  • Loading branch information
markdewing committed Dec 9, 2023
2 parents 8f6e75b + e2b6630 commit 53cc40b
Show file tree
Hide file tree
Showing 5 changed files with 146 additions and 164 deletions.
4 changes: 0 additions & 4 deletions src/QMCWaveFunctions/Fermion/DiracDeterminant.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,7 @@
#include "CPU/SIMD/inner_product.hpp"
#include "Numerics/MatrixOperators.h"
#include "QMCWaveFunctions/TWFFastDerivWrapper.h"
#ifndef QMC_COMPLEX
#include "QMCWaveFunctions/RotatedSPOs.h"
#endif

namespace qmcplusplus
{
Expand All @@ -44,11 +42,9 @@ DiracDeterminant<DU_TYPE>::DiracDeterminant(std::unique_ptr<SPOSet>&& spos,
{
resize(NumPtcls, NumPtcls);

#ifndef QMC_COMPLEX
RotatedSPOs* rot_spo = dynamic_cast<RotatedSPOs*>(Phi.get());
if (rot_spo)
rot_spo->buildOptVariables(NumPtcls);
#endif

if (Phi->getOrbitalSetSize() < NumPtcls)
{
Expand Down

0 comments on commit 53cc40b

Please sign in to comment.