Skip to content

Commit 0d17aa7

Browse files
author
Chun Kei (Tom) Lam
committed
remove charge-scaling traj-2 and update tutorial
1 parent 91a1168 commit 0d17aa7

19 files changed

+668
-4376
lines changed

pyproject.toml

+2-5
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ description = "Toolkit for Analysis of Permeation Cycles in Potassium Channels"
55
authors = ["Chun Kei (Tom) Lam <[email protected]>"]
66
license = "GPL-3.0"
77
readme = "README.md"
8+
include = ["CHANGELOG.md"]
9+
810

911
[tool.poetry.dependencies]
1012
python = ">=3.8, <3.12"
@@ -20,11 +22,6 @@ jupyter = "^1.0.0"
2022
pytest = "^7.3.1"
2123

2224

23-
[[tool.poetry.source]]
24-
name = "foo"
25-
url = "https://test.pypi.org/"
26-
priority = "supplemental"
27-
2825
[build-system]
2926
requires = ["poetry-core"]
3027
build-backend = "poetry.core.masonry.api"

tutorials/charge-scaling/charge-scaling.ipynb

+144-162
Large diffs are not rendered by default.

tutorials/charge-scaling/traj-0/k_in_sf.dat

-3
Original file line numberDiff line numberDiff line change
@@ -565,7 +565,6 @@
565565
139 42111 48.62000 2
566566
139 42120 43.63000 4
567567
139 42052 39.31000 5
568-
140 42043 57.77000 0
569568
140 42144 53.01000 1
570569
140 42111 49.58000 2
571570
140 42120 44.03000 4
@@ -915,7 +914,6 @@
915914
227 42120 49.09000 2
916915
227 42143 45.81001 3
917916
227 42070 42.10000 4
918-
228 42102 58.52000 0
919917
228 42111 53.84000 1
920918
228 42120 50.73000 2
921919
228 42143 47.46000 3
@@ -960,7 +958,6 @@
960958
237 42143 48.20000 2
961959
237 42070 42.96000 4
962960
237 42095 39.21000 5
963-
238 42111 57.28000 0
964961
238 42120 52.65000 1
965962
238 42143 49.00000 2
966963
238 42070 43.99000 4

tutorials/charge-scaling/traj-0/kperm.csv

+252-252
Large diffs are not rendered by default.
+9-6
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,21 @@
11
=================================
2-
Total time: 5.000000 ns
3-
dt: 0.020000 ns
2+
Total time: 5.000 ns
3+
dt: 0.0200 ns
44
Number of K+: 148
55
Number of water: 7272
6-
Number of net ion permeation events (jump) = 3
7-
Number of net water permeation events (jump) = 0
8-
Current (jump) = 96.11999999999999 pA
6+
97
Number of upward ion permeation events (cross) = 22
108
Number of downward ion permeation events (cross) = 18
119
Number of net ion permeation events (cross) = 4
1210
Number of upward water permeation events (cross) = 0
1311
Number of downward water permeation events (cross) = 0
1412
Number of net water permeation events (cross) = 0
15-
Ion Current (cross) = 128.16 pA
13+
K+ current (cross) = 128.16 pA
14+
15+
Number of net ion permeation events (jump) = 3
16+
Number of net water permeation events (jump) = 0
17+
K+ current (jump) = 96.12 pA
18+
1619
Results saved to /home/clam/projects/Markov/softs/KPerm/tutorials/charge-scaling/traj-0/kperm.csv
1720
Log saved to /home/clam/projects/Markov/softs/KPerm/tutorials/charge-scaling/traj-0/kperm.log
1821
=================================

0 commit comments

Comments
 (0)