Closed evanberkowitz closed 11 months ago
Some things are weirdly named by historical accident. For example, generator/metropolis.py should probably be named generator/villain.py or generator/neighborhood.py or something like that. But it's not metropolis? Every generator is metropolized.
generator/metropolis.py
generator/villain.py
generator/neighborhood.py
generator/constraint.py
generator/worldline.py
HolonomyUpdate
action.py
villain.py
worldline.py
observable/topology.py
observable/winding.py
Ensemble.configurations
Ensemble.{index,weight}
I think that's it for now.
Some things are weirdly named by historical accident. For example,
generator/metropolis.py
should probably be namedgenerator/villain.py
orgenerator/neighborhood.py
or something like that. But it's not metropolis? Every generator is metropolized.generator/metropolis.py
--> `generator/generator/constraint.py
-->generator/worldline.py
HolonomyUpdate
--> ... something else, since it's not actually a holonomy.action.py
should probably be a submodule which containsvillain.py
andworldline.py
.observable/topology.py
-->observable/winding.py
Ensemble.configurations
is plural whileEnsemble.{index,weight}
is singular. I think the singular is preferred.I think that's it for now.