Skip to content

Commit

Permalink
Refactor FreeOrbital class
Browse files Browse the repository at this point in the history
Base typed aliases on SPOSet<T> on OrbitalSetTraits<T>
  • Loading branch information
williamfgc committed Aug 16, 2023
1 parent 065964e commit 7dc04f6
Show file tree
Hide file tree
Showing 4 changed files with 775 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/QMCWaveFunctions/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ set(JASTROW_SRCS
set(JASTROW_OMPTARGET_SRCS
Jastrow/TwoBodyJastrow.cpp
Jastrow/BsplineFunctor.cpp)
set(FERMION_SRCS ${FERMION_SRCS} ElectronGas/FreeOrbital.cpp ElectronGas/FreeOrbitalBuilder.cpp)
set(FERMION_SRCS ${FERMION_SRCS} ElectronGas/FreeOrbital.cpp ElectronGas/FreeOrbitalT.cpp ElectronGas/FreeOrbitalBuilder.cpp)

# wavefunctions only availbale to 3-dim problems
if(OHMMS_DIM MATCHES 3)
Expand Down
Loading

0 comments on commit 7dc04f6

Please sign in to comment.