Closed francesco086 closed 6 years ago
I replaced the term lapl2 with nabla2 throughout the code, and mentioned at the beginning of the main.cpp that nabla2 is the laplacian operator
I fixed the part of the code that was computing the kinetic energy. I was computing \int (\nabla^2 nn) nn^2 instead of \int (\nabla^2 log(nn)) nn^2
Fine. Merge.
Build an example for MCI++:
compute the integral
(nn(x) is a normalized neural network) with MC and a non-MC method
do the same with
Add this example in the MCI++ library repository.
See ex2