- Decide better way to store moments of N and U; probably a list structure
- Institute a check against temperature extrapolation when higher moments of (canonical) U(N) are not available
- Decide how to store properties: probably output in a dictionary (cf. how to store moments)
- Additional Methods:
- equilibrium condition
- spinodal conditions?
- Extrema?
- Entropy functions? E.g. canonical entropy, grand-canonical entropy, etc.
- Decide what to do with "order" parameter for argrelextrema
- Look into "watershed" algorithm
- Keep the main class pretty simple; don't build in too many functions; may even consider taking the "properties" method outside the main class.
- Can we request specific properties via a passed function, rather than hard-coding the property computations?