> For the complete documentation index, see [llms.txt](https://docs-ksc.gitbook.io/blog/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs-ksc.gitbook.io/blog/install/neuron/lammps.md).

# LAMMPS

LAMMPS(Large-scale Atomic/Molecular Massively Parallel Simulator)는 고성능 분자동역학 시뮬레이션을 위한 오픈소스 프로그램입니다. 원자, 분자, 고체, 연성물질 등 다양한 물질 시스템을 모델링할 수 있으며 병렬 처리가 뛰어나 대규모 시뮬레이션에 적합합니다. 다양한 상호작용 포텐션을 지원하고 유연한 스크립트 입력 구조로 사용자 정의가 가능합니다. 바이오, 재료과학, 물리, 나노 기술 등 다양한 분야에서 활용됩니다.

* LAMMPS 공식 홈페이지 ([https://www.lammps.org](https://www.lammps.org/))

* LAMMPS Github (<https://github.com/lammps/lammps>)

* LAMMPS 설치 문서

* 뉴론 OS 업그레이드 이후 설치 문서 (Rocky 9.4)

{% content-ref url="/pages/dJ0LqhcFrbe1CcQCoMLa" %}
[lammps-22Jul2025 (GPU 버전) 설치](/blog/install/neuron/lammps/lammps-22jul2025-install-gpu.md)
{% endcontent-ref %}

* 뉴론 OS 업그레이드 이전 설치 문서 (CentOS 7.9)

{% content-ref url="/pages/qFkh9nNC5bDzaLMsA8qE" %}
[lammps-16Mar18 (GPU 버전) 설치](/blog/install/neuron/lammps/lammps-16mar18-install-gpu.md)
{% endcontent-ref %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs-ksc.gitbook.io/blog/install/neuron/lammps.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
