Skip to content

Commit 7a72a6d

Browse files
committed
add link to dir with xyz files
1 parent 0a69616 commit 7a72a6d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

docs/src/bodies.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ YASS provides two main types of simulation objects: `Particle` and `Cell`. Each
55
- `Particle`: Represents individual atoms or particles
66
- `Cell`: Represents periodic systems like crystals
77

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+
810
## Particle Objects
911

1012
The `Particle` type is the fundamental building block for molecular simulations. Each particle has:

0 commit comments

Comments
 (0)