Skip to content

Commit

Permalink
Merge pull request #1 from jensengrouppsu/pypackage
Browse files Browse the repository at this point in the history
Pypackage
  • Loading branch information
jbecca authored May 4, 2021
2 parents e35874e + ca7b67d commit 1ec83fc
Show file tree
Hide file tree
Showing 94 changed files with 28 additions and 1 deletion.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 0 additions & 1 deletion adf/vibrations.py → chemPackage/adf/vibrations.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ def vib_freq(line):
# (hence the extra brackets) so that append will work
# properly.
s += 2
print(self.natoms)
e = s + self.natoms
m = array([[x.split()[1:4] for x in f[s:e]]],dtype=float)
try:
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Binary file removed f2py/__init__.pyc
Binary file not shown.
28 changes: 28 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
from setuptools import setup

setup(
name='chemPackage',
version='1.1.0',
description='Python package for interacting with data from quantum chemistry programs',
url='https://github.com/jensengrouppsu/chemPackage',
author='Jensen Research Group',
author_email='[email protected]',
license='GPL v3.0',
packages=['chemPackage',
'chemPackage.adf',
'chemPackage.dim',
'chemPackage.dressedT',
'chemPackage.f2py',
'chemPackage.nwchem',
'chemPackage.tdspec'],
install_requires=['numpy',
'natsort',
],
classifiers=['Development Status :: 1 - Planning',
'Intended Audience :: Science/Research',
'License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)',
'Natural Language :: English',
'Programming Language :: Python :: 3,',
'Topic :: Scientific/Engineering :: Chemistry',
'Topic :: Scientific/Engineering :: Physics',],
)

0 comments on commit 1ec83fc

Please sign in to comment.