Skip to content

Commit

Permalink
added data
Browse files Browse the repository at this point in the history
  • Loading branch information
simongravelle committed Jan 22, 2024
1 parent 6b62c1d commit 2e67f47
Show file tree
Hide file tree
Showing 66 changed files with 123 additions and 28 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions examples/illustrations/bulk-water-tip4p-vs-size/analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@
for n in range(10):
# Import MDA universe
datapath = path + "N"+str(N)+"/"
if os.path.exists(datapath+"prod"+str(n)+".xtc"):
if os.path.exists(datapath+"prod-"+str(n)+".xtc"):
# Read current status
name_intra = "N"+str(N)+"_intra_n"+str(n)
name_inter = "N"+str(N)+"_inter_n"+str(n)
n_intra = measure_N(name_intra)
n_inter = measure_N(name_inter)
u = mda.Universe(datapath+"topology.data", datapath+"prod"+str(n)+".xtc")
u = mda.Universe(datapath+"topology.data", datapath+"prod-"+str(n)+".xtc")
hydrogen = u.select_atoms("type 2")
n_hydrogen = hydrogen.n_atoms
if n_intra < n_hydrogen:
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
143 changes: 119 additions & 24 deletions examples/illustrations/bulk-water.ipynb

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion nmrformd-data/polymer-in-water
Submodule polymer-in-water updated 2 files
+32 −0 README.md
+0 −21 README.rst
2 changes: 1 addition & 1 deletion nmrformd-data/water-in-silica
Submodule water-in-silica updated 2 files
+35 −0 README.md
+0 −21 README.rst

0 comments on commit 2e67f47

Please sign in to comment.