You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
doublewell model works well.
however, Dimer-LJ-Bath-Sim.ipynb needs build_system and utils library in in In[5] build_system.build_dimer_coords and In [30] utils.apply_hungarian_alg Lib directory don't include two modules.
could you provide the utility?
The text was updated successfully, but these errors were encountered:
Hi @yhgon I realize that the Hungarian algorithm we implemented was added in the tfobe_working branch. This is where I was doing separate work from the master when we worked on this project.
The merging of this branch with the master branch proved to be a bit of a headache so I'll just direct you to that branch for the Hungarian algorithm. The library structure is a little different on that branch, so some of the other test systems like the double well and Mueller potential might not work there.
Hi, I want to reproduce your result on jupyter.
doublewell model works well.
however, Dimer-LJ-Bath-Sim.ipynb needs build_system and utils library in in
In[5] build_system.build_dimer_coords
andIn [30] utils.apply_hungarian_alg
Lib directory don't include two modules.could you provide the utility?
The text was updated successfully, but these errors were encountered: