jparkhill / TensorMol

Tensorflow + Molecules = TensorMol
http://blogs.nd.edu/parkhillgroup
GNU General Public License v3.0
271 stars 75 forks source link

Interface for TFManage. #6

Open jparkhill opened 6 years ago

jparkhill commented 6 years ago

After the water paper, we need to consider doing away with TensorMolData altogether, and cleaning up the file names, evaluation routines and overall interface for TFManage. It's gotten way out of hand.

jeherr commented 6 years ago

In TFBehlerParinello all dependence on a TensorMolData object has been removed. IMO this makes the need for a Manager object unnecessary altogether, as basically it's just acting as a medium to pass things back and forth between the networks and other parts of the code.