Skip to content

Commit

Permalink
Small tweaks to MTS-RPC tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
ceriottm committed Dec 1, 2024
1 parent d605cfc commit ff94426
Show file tree
Hide file tree
Showing 8 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions examples/pi-mts-rpc/data/h2o_md.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<trajectory filename='pos' stride='100' format='xyz' cell_units='angstrom'> positions{angstrom} </trajectory>
<checkpoint filename='checkpoint' stride='1000' overwrite='True'/>
</output>
<total_steps> 10000 </total_steps>
<total_steps> 20000 </total_steps>
<ffsocket mode='unix' name='qtip4pf' pbc='false'>
<address>qtip4pf-md</address>
</ffsocket>
Expand All @@ -23,7 +23,7 @@
<dynamics mode='nvt'>
<timestep units='femtosecond'> 0.5 </timestep>
<thermostat mode="svr">
<tau units="femtosecond"> 400 </tau>
<tau units="femtosecond"> 500 </tau>
</thermostat>
</dynamics>
</motion>
Expand Down
4 changes: 2 additions & 2 deletions examples/pi-mts-rpc/data/h2o_mts.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<trajectory filename='pos' stride='100' format='xyz' cell_units='angstrom'> positions{angstrom} </trajectory>
<checkpoint filename='checkpoint' stride='1000' overwrite='True'/>
</output>
<total_steps> 2500 </total_steps>
<total_steps> 5000 </total_steps>
<ffsocket mode='unix' name='qtip4pf' pbc='false'>
<address>qtip4pf-mts-full</address>
</ffsocket>
Expand Down Expand Up @@ -32,7 +32,7 @@
<timestep units='femtosecond'> 2.0 </timestep>
<nmts>[1,4]</nmts>
<thermostat mode="svr">
<tau units="femtosecond"> 400 </tau>
<tau units="femtosecond"> 500 </tau>
</thermostat>
</dynamics>
</motion>
Expand Down
1 change: 1 addition & 0 deletions examples/pi-mts-rpc/mts-rpc.py
Original file line number Diff line number Diff line change
Expand Up @@ -663,6 +663,7 @@ def autocorrelate(x, xbar=None, normalize=True):
ax[1].plot(rpcmts_output["time"], rpcmts_output["kinetic_cv"], "m.", label="RPC-MTS")
ax[1].set_xlabel("t / ps")
ax[1].set_ylabel("K / eV")
ax.set_xlim(0.0, 5.0)
ax[0].legend()

# %%
Expand Down
Binary file modified examples/pi-mts-rpc/pimd-mts-integrator.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified examples/pi-mts-rpc/pimd-mts-pots.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed examples/pi-mts-rpc/pimd-mts-rpc copy.png
Binary file not shown.
Binary file modified examples/pi-mts-rpc/pimd-mts-rpc.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified examples/pi-mts-rpc/rpc-4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ff94426

Please sign in to comment.