Commit cde8d033 authored by Evelyne Deplazes's avatar Evelyne Deplazes

Update README.md

parent 73f80c5d
...@@ -216,7 +216,7 @@ umbrella_integration.py ...@@ -216,7 +216,7 @@ umbrella_integration.py
For example, the code below creates an input file using all files of For example, the code below creates an input file using all files of
format pdo_*.dat in the folder /Documents/PMFsimulations/. format pdo_*.dat in the folder /Documents/PMFsimulations/.
fc = 500.0 # kJ mol-1 nm-2 fc = 500.0 # kJ mol-1 nm-2
run_data = [] run_data = []
for f in glob.glob("/Documents/PMFsimulations/pdo_*.dat"): for f in glob.glob("/Documents/PMFsimulations/pdo_*.dat"):
window_center = float(basename(f).split(“_”)[2]) window_center = float(basename(f).split(“_”)[2])
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment