-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #9 from amritagos/develop
Develop: upgrade ASE etc
- Loading branch information
Showing
9 changed files
with
81 additions
and
140 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,39 +5,39 @@ build-backend = "mesonpy" | |
|
||
[project] | ||
name = "solvis-tools" | ||
version = "0.1.4" | ||
version = "0.1.5" | ||
description = "A module for analyzing and visualizing solvation shells in LAMMPS output files, but would work with most files that can be handled by ASE." | ||
authors = [ | ||
{name = "Amrita Goswami", email = "[email protected]"}, | ||
] | ||
classifiers=[ | ||
'Programming Language :: Python :: 3.10'] | ||
dependencies = [ | ||
"ase == 3.22.1", | ||
"ase >= 3.22.1", | ||
"numpy", | ||
"scipy >= 1.7.3", | ||
"pyvista == 0.43.0", | ||
"pillow == 10.0.1", | ||
"imageio == 2.31.5", | ||
"pooch==1.8.0", | ||
"scooby==0.9.2"] | ||
"pyvista >= 0.43.0", | ||
"pillow >= 10.0.1", | ||
"imageio >= 2.31.5", | ||
"pooch>=1.8.0", | ||
"scooby>=0.9.2"] | ||
requires-python = ">=3.10" | ||
readme = "README.md" | ||
license = {text = "MIT"} | ||
|
||
[project.optional-dependencies] | ||
test = [ | ||
"pytest==6.2.5", | ||
"coverage==6.1.1", | ||
"pytest-cov==3.0.0", | ||
"pytest>=6.2.5", | ||
"coverage>=6.1.1", | ||
"pytest-cov>=3.0.0", | ||
] | ||
dev = [ | ||
"flake8==3.9.2", | ||
"mypy==0.910", | ||
"black==22.3.0", | ||
"isort==5.9.3", | ||
"autoflake==1.4", | ||
"flake8-docstrings==1.6.0", | ||
"flake8>=3.9.2", | ||
"mypy>=0.910", | ||
"black>=22.3.0", | ||
"isort>=5.9.3", | ||
"autoflake>=1.4", | ||
"flake8-docstrings>=1.6.0", | ||
] | ||
examples = [ | ||
"pandas" | ||
|
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
ITEM: TIMESTEP | ||
0 | ||
ITEM: NUMBER OF ATOMS | ||
22 | ||
ITEM: BOX BOUNDS pp pp pp | ||
0.0 49.3343262653 | ||
0.0 49.3343262653 | ||
0.0 49.3343262653 | ||
ITEM: ATOMS id type mol x y z | ||
8342 1 2952 36.7343285501 15.8050824282 11.0866297913 | ||
8343 2 2952 36.4231130904 15.6435884192 11.9790976036 | ||
8344 2 2952 36.0541073213 15.430605905 10.523983995 | ||
51 3 51 38.4269627491 16.7640096871 10.5166861564 | ||
6917 1 2477 37.3705723999 18.4064471724 9.9960275912 | ||
10241 1 3585 38.190079692 16.032697681 8.6381675257 | ||
10242 2 3585 37.7089454164 16.4231842844 7.9063654411 | ||
10243 2 3585 38.5194086342 15.2011958161 8.2921883998 | ||
11081 1 3865 39.5037304337 15.1105580206 10.9930383184 | ||
11082 2 3865 40.4563419719 15.002068572 10.9764231595 | ||
11083 2 3865 39.172385178 14.271094096 11.3171288078 | ||
11231 1 3915 40.1398526826 17.685469079 9.9427187829 | ||
11232 2 3915 40.6050552836 18.3827417874 10.4084777851 | ||
11233 2 3915 40.6345096646 17.568816026 9.1295717459 | ||
6919 2 2477 36.7264230983 18.7590344697 10.6137857894 | ||
6918 2 2477 37.4060896033 19.0546184324 9.2904820606 | ||
4745 1 1753 38.6612581135 17.4564295043 12.4015089326 | ||
4746 2 1753 37.9776645136 18.0020671862 12.7962175922 | ||
4747 2 1753 39.308292735 17.3402502873 13.0994298131 | ||
3417 2 1310 35.3461723311 18.5020561601 12.7963785306 | ||
3416 1 1310 36.205330391 18.8010521733 12.4957046084 | ||
3418 2 1310 36.2695761464 19.7031328123 12.8124575692 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters