Skip to content

Commit

Permalink
Add files
Browse files Browse the repository at this point in the history
  • Loading branch information
erb24 committed Oct 27, 2020
1 parent f54c391 commit 4891a36
Show file tree
Hide file tree
Showing 40 changed files with 523,518 additions and 4 deletions.
10 changes: 10 additions & 0 deletions LE4PD.egg-info/PKG-INFO
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
Metadata-Version: 1.0
Name: LE4PD
Version: 0.3
Summary: Python API for Protein Dynamics using the Langevin Formalism (LE4PD)
Home-page: https://github.com/erb24/LE4PD
Author: Pablo Romano and Eric Beyerle
Author-email: UNKNOWN
License: UNKNOWN
Description: UNKNOWN
Platform: UNKNOWN
10 changes: 10 additions & 0 deletions LE4PD.egg-info/SOURCES.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
README.md
setup.py
LE4PD/__init__.py
LE4PD/molecule.py
LE4PD.egg-info/PKG-INFO
LE4PD.egg-info/SOURCES.txt
LE4PD.egg-info/dependency_links.txt
LE4PD.egg-info/not-zip-safe
LE4PD.egg-info/requires.txt
LE4PD.egg-info/top_level.txt
1 change: 1 addition & 0 deletions LE4PD.egg-info/dependency_links.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

1 change: 1 addition & 0 deletions LE4PD.egg-info/not-zip-safe
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

6 changes: 6 additions & 0 deletions LE4PD.egg-info/requires.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
numpy
scipy
matplotlib
mdtraj
openmm
physt
1 change: 1 addition & 0 deletions LE4PD.egg-info/top_level.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
LE4PD
1 change: 1 addition & 0 deletions LE4PD/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
from .molecule import protein
Binary file added LE4PD/__pycache__/__init__.cpython-37.pyc
Binary file not shown.
Binary file added LE4PD/__pycache__/dynamics.cpython-37.pyc
Binary file not shown.
Binary file added LE4PD/__pycache__/molecule.cpython-37.pyc
Binary file not shown.
Loading

0 comments on commit 4891a36

Please sign in to comment.