Skip to content

Commit

Permalink
checkpoint
Browse files Browse the repository at this point in the history
Signed-off-by: Steven Hahn <[email protected]>
  • Loading branch information
quantumsteve committed Sep 21, 2023
1 parent c1d8e03 commit d1d7759
Show file tree
Hide file tree
Showing 37 changed files with 352 additions and 8,902 deletions.
6 changes: 6 additions & 0 deletions src/Particle/ParticleSet.BC.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -209,4 +209,10 @@ void ParticleSetT<T>::convert2CartInBox(const ParticlePos& pin, ParticlePos& pou
convert2UnitInBox(pin, pout); // convert to crystalline unit
convert2Cart(pout);
}

template class ParticleSetT<double>;
//template class ParticleSetT<float>;
//template class ParticleSetT<std::complex<double>>;
//template class ParticleSetT<std::complex<float>>;

} // namespace qmcplusplus
4 changes: 4 additions & 0 deletions src/Particle/ParticleSetT.h
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ class ParticleSetT : public OhmmsElementBase
using Index_t = typename LatticeParticleTraits<T>::Index_t;
using Scalar_t = typename LatticeParticleTraits<T>::Scalar_t;
using Tensor_t = typename LatticeParticleTraits<T>::Tensor_t;
using GradType = typename ParticleSetTraits<T>::GradType;

using ParticleLayout = typename LatticeParticleTraits<T>::ParticleLayout;
using SingleParticlePos =
Expand All @@ -94,6 +95,9 @@ class ParticleSetT : public OhmmsElementBase
using PropertyContainer_t = typename Walker_t::PropertyContainer_t;
/// buffer type for a serialized buffer
using Buffer_t = PooledData<RealType>;

using SingleParticleValue = typename LatticeParticleTraits<T>::SingleParticleValue;

enum quantum_domains
{
no_quantum_domain = 0,
Expand Down
484 changes: 2 additions & 482 deletions src/Particle/SoaDistanceTableAAOMPTarget.h

Large diffs are not rendered by default.

394 changes: 3 additions & 391 deletions src/Particle/SoaDistanceTableABOMPTarget.h

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion src/QMCDrivers/MCPopulation.h
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ class MCPopulation
using Properties = MCPWalker::PropertyContainer_t;
using IndexType = QMCTraits::IndexType;
using FullPrecRealType = QMCTraits::FullPrecRealType;
using opt_variables_type = optimize::VariableSet;

private:
// Potential thread safety issue
Expand Down
Loading

0 comments on commit d1d7759

Please sign in to comment.