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
Added factory functions make_semigrand_canonical_calculator, make_canonical_calculator, and make_kinetic_calculator that return BaseMonteCalculator instances.
MonteCalculator now accepts a BaseMonteCalculator instance in addition to a method name string, allowing external packages to provide custom calculator implementations.