File: README.md

package info (click to toggle)
lammps 20250204%2Bdfsg.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 474,368 kB
  • sloc: cpp: 1,060,070; python: 27,785; ansic: 8,956; f90: 7,254; sh: 6,044; perl: 4,171; fortran: 2,442; xml: 1,714; makefile: 1,352; objc: 238; lisp: 188; yacc: 58; csh: 16; awk: 14; tcl: 6; javascript: 2
file content (20 lines) | stat: -rw-r--r-- 1,021 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Unit test collection
====================

This part of the LAMMPS distribution contains scripts and inputs to run
unit tests for different parts of the package. The tests are organized
into folders based on which part of the distribution they are testing.


* c-library:     tests of the C-library interface
* commands:      tests for simple LAMMPS input commands
* cplusplus:     tests for using the LAMMPS library from C++
* force-styles:  tests for styles that compute or modify forces
                 i.e pair, bond, angle, kspace styles and some fixes.
* formats:       tests related to file formats: atom styles, dump styles
                 tokenizers potential file readers, dump styles
* fortran:       tests for the LAMMPS Fortran 03 module
* python:        tests for the LAMMPS Python module and python command
* testing:       convenience and support functions for test tools
* tools:         tests for tools form the tools folder
* utils:         tests for utility functions, e.g. from the utils namespace