This repository has been archived by the owner on May 30, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
More robust handling of 2-coordinate species
Instead of using the rotational method, first do a sum of Euclidean vectors. If sum is > sum_tol (0.5 A), then set adsorbate at this position. If not, use rotational approach.
- Loading branch information
Andrew Rosen
committed
Sep 20, 2019
1 parent
e30c15e
commit 44d7482
Showing
3 changed files
with
69 additions
and
54 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
author_email='[email protected]', | ||
url='https://github.com/arosen93/mof-adsorbate-initializer', | ||
requires_python='>=3.6.0', | ||
version='1.1', | ||
version='1.2', | ||
packages=find_packages(), | ||
license='MIT' | ||
) |