Tutorials
Below are a few short tutorials that demonstrate how to get started with Glotzilla. The sample codes shown here are also available in the "examples" folder of the source distribution. For more specific information, please see Glotzilla documentation.
Molecular Dynamics
Minimal Simulations
- Minimal Simulation Single component, Lennard-Jones, NVE simulation.
- Minimal Simulation OOP Single component, Lennard-Jones, NVE simulation programmed in an object oriented fashion.
Initializing Larger Systems
- Initialize System on a Lattice Single component, Lennard-Jones, NVE simulation.
- Initialize System Randomly Single component, Lennard-Jones, NVE simulation.
Creating New Particles
Adding Thermostats/Fixes
- Add a Thermostat Single component, Lennard-Jones, NVT simulation.
Defining New Functions
- Adding a new function to set temperature of a thermostat Single component, Lennard-Jones, NVT simulation.