Skip to content

Latest commit

 

History

History
13 lines (13 loc) · 808 Bytes

File metadata and controls

13 lines (13 loc) · 808 Bytes

TO DO:

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