Skip to content

Commit

Permalink
Merge pull request #12 from williamfgc/ref-FreeOrbitalT
Browse files Browse the repository at this point in the history
Refactor FreeOrbital class
  • Loading branch information
williamfgc authored Aug 16, 2023
2 parents 72d9e02 + c05b561 commit 2ddcc63
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 2ddcc63

Please sign in to comment.