-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathcodemeta.json
More file actions
43 lines (43 loc) · 1.51 KB
/
Copy pathcodemeta.json
File metadata and controls
43 lines (43 loc) · 1.51 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"author": [
{
"@id": "https://orcid.org/0000-0001-6204-6475",
"@type": "Person",
"affiliation": {
"@type": "Organization",
"legalName": "Institute for Computational Molecular Science, Temple University, Philadelphia, PA, USA"
},
"familyName": "Kohlmeyer",
"givenName": "Axel"
}
],
"codeRepository": "https://github.com/akohlmey/lammps-gui",
"dateCreated": "2023",
"datePublished": "2026-07-20",
"description": "LAMMPS-GUI is a cross-platform Qt-based graphical application for the LAMMPS molecular dynamics simulation software. It integrates an input-script editor, live simulation execution via the LAMMPS C-library interface, log and thermodynamic-data viewing, interactive plotting, and snapshot/slide-show visualization into a single tool aimed at learning and exploring molecular dynamics with LAMMPS.",
"developmentStatus": "active",
"issueTracker": "https://github.com/akohlmey/lammps-gui/issues",
"keywords": [
"molecular dynamics",
"LAMMPS",
"Qt",
"scientific visualization",
"simulation",
"research software"
],
"license": "https://spdx.org/licenses/GPL-2.0-or-later",
"name": "LAMMPS-GUI",
"operatingSystem": [
"Linux",
"macOS",
"Windows"
],
"programmingLanguage": "C++",
"softwareRequirements": [
"Qt >= 6.2 (Gui, Widgets, Network, Svg)"
],
"url": "https://lammps-gui.lammps.org/",
"version": "3.0.6"
}