SunnySuite / Sunny.jl

Spin dynamics and generalization to SU(N) coherent states
Other
86 stars 19 forks source link

Replica exchage updates and general MC fixes to SU(N) Sunny #19

Closed ddahlbom closed 2 years ago

ddahlbom commented 2 years ago

This contains Matt's work on ReplicaExchangeMC.jl as well as a few small modifications to Sunny's general MC capabilities.

I branched off of main before the symmetry updates were merged. After the symmetry material was merged into main, I rebased on top of main. It now appears that all of Kipton's symmetry work is included in this as the final commit. I'm not sure if this is typical or if I messed something up.

I think this is good to go otherwise, but let me know if I need to fix some things with Git before merging. (Sorry, I'm a menace with Git, apparently.)

kbarros commented 2 years ago

It now appears that all of Kipton's symmetry work is included in this as the final commit. I'm not sure if this is typical or if I messed something up.

For future reference, the solution was to check out this branch (mc_fixes), then rebase it on top of main, then git push --force. Now the history looks clean, and it's easier to see the actual diffs. Looks good to me.