Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Energy density estimator itself #5139

Merged
merged 10 commits into from
Aug 30, 2024
3 changes: 2 additions & 1 deletion src/Estimators/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ set(QMCEST_SRC
PerParticleHamiltonianLogger.cpp
ReferencePointsInput.cpp
NEReferencePoints.cpp
NESpaceGrid.cpp)
NESpaceGrid.cpp
EnergyDensityEstimator.cpp)

####################################
# create libqmcestimators
Expand Down
Loading
Loading