Skip to content

Files

Latest commit

c4578e8 · Feb 20, 2025

History

History

pizza

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jan 16, 2025
Feb 20, 2025
Jul 23, 2024
Jan 8, 2025
Dec 12, 2024
Dec 10, 2024
Jan 16, 2025
Jan 16, 2025
Jan 16, 2025
Feb 20, 2025
Jan 16, 2025
Jan 16, 2025
Feb 20, 2025
Dec 10, 2024
Feb 20, 2025
Jan 8, 2025
Jan 20, 2025
Feb 20, 2025

Pizza3 Core Library

This directory contains the core Python modules for the Pizza3 LAMMPS toolkit. These modules provide foundational functionalities for building, running, and analyzing simulations with LAMMPS.

Files and Subdirectories (overview, not exhausitve)

  • __init__.py: Initializes the Pizza3 Python package.
  • script.py: Handles LAMMPS script creation and management.
  • forcefield.py: Provides tools to manage forcefields in simulations.
  • dforcefield.py: Extends forcefield.py with dynamic features.
  • region.py: Defines regions for LAMMPS simulations.
  • raster.py: Tools for grid-based operations.
  • generic.py: General utility functions.
  • private/: Contains internal modules not intended for direct usage by end-users.

Notes

  • Ensure that the PYTHONPATH includes this directory when running Pizza3 scripts.