Skip to content

Commit b53f5a4

Browse files
committed
Gif in readme
1 parent ce3046e commit b53f5a4

1 file changed

Lines changed: 5 additions & 7 deletions

File tree

README.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,12 @@
1313
ParticlesMC is a Julia package for performing atomic and molecular Monte Carlo simulations. It is designed to be efficient and user-friendly, making it suitable for both research and educational purposes. Built on top of the <a href="https://github.com/TheDisorderedOrganization/Arianna.jl"> Arianna </a> module, it leverages Arianna’s Monte Carlo framework.
1414
</p>
1515

16-
<h1 align="center">
17-
<video controls width="600">
18-
<source src="https://raw.githubusercontent.com/TheDisorderedOrganization/ParticlesMC/blob/main/data/movie/movie.mp4" type="video/mp4">
19-
Your browser does not support the video tag.
20-
</video>
21-
</h1>
16+
<p align="center">
17+
<img src="https://raw.githubusercontent.com/TheDisorderedOrganization/ParticlesMC/blob/main/data/movie/movie.gif" alt="MC simulation of a 2D liquid" width="600">
18+
This example can be reproduced by running `particlesmc params.toml` in the `data/movie/` folder . Movie generated with [OVITO](https://www.ovito.org/)
19+
</p>
20+
2221

23-
This example can be reproduced by running `particlesmc params.toml` in the `data/movie/` folder . Movie generated with [OVITO](https://www.ovito.org/)
2422

2523
## Features
2624

0 commit comments

Comments
 (0)