1
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 6 hours ago. based on code collected about 6 hours ago.
Mar 02, 2025 — Mar 02, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
renamed tests in parallel_tempering More... almost 12 years ago
add tests for frozen atom potential More... almost 12 years ago
forgot to add file More... almost 12 years ago
add frozen HS_WCA More... almost 12 years ago
changed all do_tst to to_check to avoid confusion, also bug fix to hs_wca potential, modified constructor of WCA and added hessian More... almost 12 years ago
Merge branch 'jake_mc_pr' More... almost 12 years ago
remove _base_mcrunner.py and replaced it with _BaseMCRunner declared in monte_carlo.pyx, this way we remove one layer of wrapping, also remove * import in the monte_carlo __init__.py import More... almost 12 years ago
Merge branch 'master' of github.com:smcantab/pele into jake_mc_pr More... almost 12 years ago
organize Hessian computation with c++ potentials More... almost 12 years ago
Merge branch 'master' of https://github.com/pele-python/pele More... almost 12 years ago
change extra compile args in setup.py More... almost 12 years ago
remove an an extern declaration More... almost 12 years ago
undo changes to cython BasePotential More... almost 12 years ago
add hessian to LJCut More... almost 12 years ago
in c++ potential interactions change hessian function More... almost 12 years ago
add the hessian to the morse interaction More... almost 12 years ago
fix file name More... almost 12 years ago
removed basin volume modules More... almost 12 years ago
removed basin volume modules More... almost 12 years ago
made adjustments for cythonize to work properly More... almost 12 years ago
rebasing More... almost 12 years ago
removed duplicates More... almost 12 years ago
moved mc and pt to pele, more changes More... almost 12 years ago
bug fix to basin volume scripts and moved mpi_parallel tempering and monte_carlo from playground to pele More... almost 12 years ago
now generate_random_packings analyses jammed structure and determines whether there is any rattler. The structure file is now saved as .xyzdr, to include information about whether it's a rattler or not. The opengl file is also saved assigning a different colour to the rattlers. configure_bv_mcrunner hs been adapted to read .xyzdr file and create a rattlers array passable to the bv_mcrunner More... almost 12 years ago
improved hessian implementation, now potential is called once for each pair More... almost 12 years ago
added _mcrunner for basin volume and _configure_bv_mcrunner, started writing script to compute districution of eigenvalues for a particular jammed structure More... almost 12 years ago
raise an error if hessian is called when unimplemented More... almost 12 years ago
implemented hessian in pair-wise potential, hessian function needs to be written for all potentials More... almost 12 years ago
added numerical hessian to hessian test, bug in hessian, return -nan More... almost 12 years ago