The Free Energy and Advanced Sampling Simulation Toolkit (FEASST) is a free, open-source, modular program to conduct molecular and particle-based simulations with flat-histogram Monte Carlo methods.
There is an issue with cmake generating feasst.h via py/depend.py that I'm currently looking into. If you run into this error, you can try the following to generate feasst.h:
cd /path/to/feasst/build
python3 ../py/depend.py -s ../
There is an issue with cmake generating feasst.h via py/depend.py that I'm currently looking into. If you run into this error, you can try the following to generate feasst.h:
cd /path/to/feasst/build python3 ../py/depend.py -s ../
and let me know of any errors. Thank you.