Initial Work on Reading Crystal and Creation Gaussian Input

This commit is contained in:
2022-12-26 06:49:14 -03:00
parent 787d17eccd
commit 3716017cb0
30 changed files with 3262 additions and 852 deletions

17
Pipfile Normal file
View File

@@ -0,0 +1,17 @@
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
setproctitle = "*"
pyyaml = "*"
nptyping = "*"
numpy = "*"
[dev-packages]
coverage = "*"
[requires]
python_version = "3.8"
python_full_version = "3.8.16"