learning

Learning Molecular Dynamics with LAMMPS

https://github.com/lammps/learning

Science Score: 44.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (15.6%) to scientific vocabulary
Last synced: 6 months ago · JSON representation ·

Repository

Learning Molecular Dynamics with LAMMPS

Basic Info
  • Host: GitHub
  • Owner: lammps
  • License: cc-by-sa-4.0
  • Language: Python
  • Default Branch: main
  • Size: 3.01 MB
Statistics
  • Stars: 13
  • Watchers: 3
  • Forks: 3
  • Open Issues: 1
  • Releases: 0
Created almost 3 years ago · Last pushed about 2 years ago
Metadata Files
Readme License Citation

README.md

Learning Molecular Dynamics with LAMMPS

Overview

This is the source repository for the "Learning Molecular Dynamics with LAMMPS" website and related documents. This will allow you to modify and re-build the website and derived documents from the Makefile provided here. The website is written in ReStructured Text and created using the Sphinx tool in a very similar fashion to the LAMMPS manual.

License

CC BY-SA 4.0

This content is provided under a Creative Commons Attribution-ShareAlike license. This basically means that you are free to: - Share — copy and redistribute the material in any medium or format - Adapt - Adapt — remix, transform, and build upon the material for any purpose, even commercially

Under the following terms: - Attribution — You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.

  • ShareAlike — If you remix, transform, or build upon the material, you must distribute your contributions under the same license as the original.

  • No additional restrictions — You may not apply legal terms or technological measures that legally restrict others from doing anything the license permits.

For more details, please refer to the LICENSE.md file

Files and folders

Here is a list of the files and sub-directories with descriptions:

| | Description | |--------------|----------------------------------------------| | README.md | this file | | LICENSE.md | CC BY SA 4.0 License file | | src | content files for the website | | html | HTML version after running "make html" | | latex | LaTeX source files for PDF version | | utils | utilities and settings for building | | doctree | temporary data | | docenv | python virtual environment used for build | | .gitignore | list of file patterns to be ignored by git |

Translating the source files

You can translate the source into HTML, PDF, EPUB, or MOBI format by "make html", "make pdf", "make epub", or "make mobi", respectively. This requires a few additional tools and files. Some of them have to be installed (more on that below). For the rest the build process will attempt to download and install into a python virtual environment and local folders.

Installing prerequisites for processing the documents

To run the HTML build toolchain, python 3.x, git, and the venv python module have to be installed if not already available. Also internet access is initially required to download external files and tools.

Building the PDF file requires in addition a compatible LaTeX installation with support for PDFLaTeX and several add-on LaTeX packages installed. This includes:

  • amsmath
  • anysize
  • babel
  • capt-of
  • cmap
  • fncychap
  • framed
  • geometry
  • hyperref
  • hypcap
  • needspace
  • pict2e
  • times
  • tabulary
  • upquote
  • wrapfig

Also the latexmk script is required to run PDFLaTeX and related tools. the required number of times to have self-consistent output and include updated bibliography and indices.

Building the EPUB format requires LaTeX installation with the same packages as for the PDF format plus the 'dvipng' command to convert the embedded math into images. The MOBI format is generated from the EPUB format file by using the tool 'ebook-convert' from the 'calibre' e-book management software (https://calibre-ebook.com).

Owner

  • Name: LAMMPS Developers
  • Login: lammps
  • Kind: organization
  • Email: developers@lammps.org
  • Location: United States of America

Development of the LAMMPS Molecular Dynamics Simulator and Related Projects

Citation (CITATION.cff)

# YAML 1.2
---
cff-version: 1.2.0
title: Learning Molecular Dynamics with LAMMPS
message: >-
  If you use this dataset, please cite it using the metadata
  from this file.
type: dataset
authors:
  - given-names: Axel
    family-names: Kohlmeyer
    orcid: 'https://orcid.org/0000-0001-6204-6475'
  - given-names: Germain
    family-names: Clavier
  - given-names: Simon
    family-names: Gravelle
  - given-names: Michal
    family-names: Kanski
  - given-names: Trung
    family-names: Nguyen
  - given-names: Shern
    family-names: Tee

repository-code: 'https://github.com/lammps/learning/'
url: 'https://lammps.github.io/learning/'
abstract: >-
  This is a combination user's guide and tutorial website
  and document aimed at learning to perform molecular
  dynamics (MD) simulations and analyze their results with
  the LAMMPS software package.
keywords:
  - Molecular Dynamics
  - Materials Modeling
  - Statistical Mechanics
  - Tutorial
  - Self-study
  - User's Guide
  - Compute Simulations
license: CC-BY-SA-4.0

GitHub Events

Total
  • Watch event: 5
  • Fork event: 1
Last Year
  • Watch event: 5
  • Fork event: 1

Issues and Pull Requests

Last synced: over 1 year ago

All Time
  • Total issues: 0
  • Total pull requests: 1
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Total issue authors: 0
  • Total pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 11.0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 1
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 11.0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
  • Bibobu (1)
Top Labels
Issue Labels
Pull Request Labels
enhancement (1) help wanted (1)