Skip to content

Commit

Permalink
Update batch_relaxation_example.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
yanghan234 authored Jan 7, 2025
1 parent 8b2ee42 commit 73eb36b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/examples/batch_relaxation_example.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Batch relaxation
Batch Structure Optimization
================

This is a simple example of how to use MatterSim to efficiently relax a list of structures.
Expand Down Expand Up @@ -62,4 +62,4 @@ Inspect the relaxed structures
# verify by inspection that total energy has decreased in all instances
for initial_energy, relaxed_energy in zip(initial_energies, relaxed_energies):
print(f"Initial energy: {initial_energy} eV, relaxed energy: {relaxed_energy} eV")
print(f"Initial energy: {initial_energy} eV, relaxed energy: {relaxed_energy} eV")

0 comments on commit 73eb36b

Please sign in to comment.