Skip to content

Commit fafec4a

Browse files
committed
add example for matching result with xtck
1 parent d661795 commit fafec4a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,13 @@ count_cylinder.py -pdb em_dry.gro \
1818
-xtc fix_atom_c_100ps_dry.xtc -K K \
1919
-SF_seq THR VAL GLY TYR GLY > k_cylinder.out
2020
# There are two permeation events in this example
21+
22+
cd ../../../03-longest_common_sequence/
23+
match_xtck.py \
24+
-cylinderS 03-state-code/POT_perm_event.out \
25+
-perm_up 01-xtck/perm_up.dat \
26+
-perm_down 01-xtck/perm_down.dat
27+
# match result with xtck
2128
```
2229
The potassium permeation will be saved in `POT_perm_event.out`. Please take a look at the resident time.
2330
this is the time that the atom stays in the cylinder. This time should be safely smaller than the trajectory

0 commit comments

Comments
 (0)