You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/src/bodies.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,8 @@ YASS provides two main types of simulation objects: `Particle` and `Cell`. Each
5
5
-`Particle`: Represents individual atoms or particles
6
6
-`Cell`: Represents periodic systems like crystals
7
7
8
+
Several xyz files of different molecules, small clusters and periodic cells can be found in the [testing directory](https://github.com/Cavenfish/YetAnotherSimulationSuite.jl/tree/main/test/testingFiles/xyzFiles) of the main repo. These can be used as dummy systems to play with while learning how to use YASS.
9
+
8
10
## Particle Objects
9
11
10
12
The `Particle` type is the fundamental building block for molecular simulations. Each particle has:
0 commit comments