jgraving / Molecular-Dynamic-with-tensorflow

Molecular Dynamic (M.D) with tensorflow: Tensor Graph flow demonstration of the molecular dynamic model

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Molecular Dynamic (M.D) with tensorflow

This code demonstrate how to build molecular dynamic (M.D) simulation using tensorflow. TensorFlow is an open source software library for numerical computation using data flow graph, It mostly used for machine learning but can be used to run any system as that can be written as dataflow graph. The code involve building data flow graph for single simulation step of molecular dynamics. This basically mean building the molecular dynamic simulation using tensor operations only. This this graph in runned in a loop to create multistep molecular dynamic model. The particles location is plotted on screen in each step.

About

Molecular Dynamic (M.D) with tensorflow: Tensor Graph flow demonstration of the molecular dynamic model

License:MIT License


Languages

Language:Jupyter Notebook 55.9%Language:Python 44.1%