-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remove charge-scaling traj-2 and update tutorial
- Loading branch information
Chun Kei (Tom) Lam
committed
May 23, 2023
1 parent
91a1168
commit 0d17aa7
Showing
19 changed files
with
668 additions
and
4,376 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,6 +5,8 @@ description = "Toolkit for Analysis of Permeation Cycles in Potassium Channels" | |
authors = ["Chun Kei (Tom) Lam <[email protected]>"] | ||
license = "GPL-3.0" | ||
readme = "README.md" | ||
include = ["CHANGELOG.md"] | ||
|
||
|
||
[tool.poetry.dependencies] | ||
python = ">=3.8, <3.12" | ||
|
@@ -20,11 +22,6 @@ jupyter = "^1.0.0" | |
pytest = "^7.3.1" | ||
|
||
|
||
[[tool.poetry.source]] | ||
name = "foo" | ||
url = "https://test.pypi.org/" | ||
priority = "supplemental" | ||
|
||
[build-system] | ||
requires = ["poetry-core"] | ||
build-backend = "poetry.core.masonry.api" |
Large diffs are not rendered by default.
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
Large diffs are not rendered by default.
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 |
---|---|---|
@@ -1,18 +1,21 @@ | ||
================================= | ||
Total time: 5.000000 ns | ||
dt: 0.020000 ns | ||
Total time: 5.000 ns | ||
dt: 0.0200 ns | ||
Number of K+: 148 | ||
Number of water: 7272 | ||
Number of net ion permeation events (jump) = 3 | ||
Number of net water permeation events (jump) = 0 | ||
Current (jump) = 96.11999999999999 pA | ||
|
||
Number of upward ion permeation events (cross) = 22 | ||
Number of downward ion permeation events (cross) = 18 | ||
Number of net ion permeation events (cross) = 4 | ||
Number of upward water permeation events (cross) = 0 | ||
Number of downward water permeation events (cross) = 0 | ||
Number of net water permeation events (cross) = 0 | ||
Ion Current (cross) = 128.16 pA | ||
K+ current (cross) = 128.16 pA | ||
|
||
Number of net ion permeation events (jump) = 3 | ||
Number of net water permeation events (jump) = 0 | ||
K+ current (jump) = 96.12 pA | ||
|
||
Results saved to /home/clam/projects/Markov/softs/KPerm/tutorials/charge-scaling/traj-0/kperm.csv | ||
Log saved to /home/clam/projects/Markov/softs/KPerm/tutorials/charge-scaling/traj-0/kperm.log | ||
================================= |
Oops, something went wrong.