bcdaniels / coniii

Convenient Interface to Inverse Ising
MIT License
4 stars 1 forks source link

calc_e and calc_observable redundancy #4

Closed eltrompetero closed 7 years ago

eltrompetero commented 7 years ago

We should only need calc_observable() to calculate the energies. This makes it easier for users because they only need to specify one and not both.

However, it may be easier to optimize the code if these are presented as two different functions independently optimized.