Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
nickcafferry committed Sep 18, 2020
1 parent 36fff25 commit 4983bbd
Show file tree
Hide file tree
Showing 5 changed files with 43 additions and 0 deletions.
22 changes: 22 additions & 0 deletions pymbd.egg-info/PKG-INFO
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
Metadata-Version: 1.1
Name: pymbd
Version: 0.2
Summary: Many-body dispersion method
Home-page: https://github.com/azag0/pymbd
Author: Jan Hermann
Author-email: dev@hermann.in
License: Mozilla Public License 2.0
Description: See README.md for details.
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)
Classifier: Natural Language :: English
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Unix
Classifier: Programming Language :: Fortran
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering :: Chemistry
Classifier: Topic :: Scientific/Engineering :: Physics
18 changes: 18 additions & 0 deletions pymbd.egg-info/SOURCES.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
MANIFEST.in
setup.py
pymbd/__init__.py
pymbd/pymbd.py
pymbd/tests.py
pymbd/vdw_param.py
pymbd.egg-info/PKG-INFO
pymbd.egg-info/SOURCES.txt
pymbd.egg-info/dependency_links.txt
pymbd.egg-info/requires.txt
pymbd.egg-info/top_level.txt
src/mbd.f90
src/mbd_helper.f90
src/mbd_helper_dev.f90
src/mbd_interface.f90
src/mbd_math.f90
src/mbd_repulsion.f90
src/mpi_stubs.f90
1 change: 1 addition & 0 deletions pymbd.egg-info/dependency_links.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

1 change: 1 addition & 0 deletions pymbd.egg-info/requires.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
numpy
1 change: 1 addition & 0 deletions pymbd.egg-info/top_level.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
pymbd

0 comments on commit 4983bbd

Please sign in to comment.