Skip to content

Commit

Permalink
Change position of comment
Browse files Browse the repository at this point in the history
  • Loading branch information
hjstroud committed Oct 11, 2024
1 parent d9da88d commit 8c2e157
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/ase/ase_basic_example.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@
}
],
"source": [
"# Note that this is the energy in eV, not kJ mol-1 (the standard units of ASE are different to those of OpenMM and NanoVer)\n",
"dyn.atoms.get_potential_energy()"
]
},
Expand Down Expand Up @@ -204,7 +205,6 @@
}
],
"source": [
"# Note that this is the energy in eV, not kJ mol-1 (the standard units of ASE are different to those of OpenMM and NanoVer)\n",
"nanover_imd.dynamics.atoms.get_potential_energy()"
]
},
Expand Down

0 comments on commit 8c2e157

Please sign in to comment.