evanberkowitz / supervillain

MCMC for modified Villain constructions
https://supervillain.readthedocs.io/
Other
0 stars 0 forks source link

Reference Implementations #77

Closed evanberkowitz closed 9 months ago

evanberkowitz commented 9 months ago

Reference implementations like SlowSpin_Spin and SloppySpin_Spin aren't needed in production ought to be moved out of the main files and into their own modules, which are not imported unless explicitly requested by the user.

At least these ought to be moved:

It probably makes sense to create directories like supervillain/{observable,generator}/reference_implementation/ to hold these things.