> 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/gromacs.md).

# GROMACS

GROMACS는 생체 분자 시스템의 분자 동역학(MD) 시뮬레이션을 위해 개발된 고성능 오픈소스 소프트웨어입니다. 주로 단백질, 지질, 핵산 등 생체 분자와 물의 상호작용을 시뮬레이션 하는데 사용되며 빠른 계산 속도와 효율적인 병렬 처리가 강점인 프로그램 입니다. 에너지 최소화, 자유 에너지 계산, 구조 분석 등 다양한 기능을 지원하며 생명과학, 화학, 재료 과학 분야 등에서 널리 활용되고 있습니다.

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

* GROMACS Github : <https://github.com/gromacs>

* GROMACS 설치 문서

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

{% content-ref url="/pages/V4FpF5yCUr8BaNVOEIia" %}
[GROMACS-2025.4 (GPU 버전) 설치](/blog/install/neuron/gromacs/gromacs-2025.4-install-gpu.md)
{% endcontent-ref %}

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

{% content-ref url="/pages/TT9lUpbuxU3YnUAOAFVw" %}
[GROMACS-2018.6 (GPU 버전) 설치](/blog/install/neuron/gromacs/gromacs-2018.6-install-gpu.md)
{% endcontent-ref %}

{% content-ref url="/pages/5oSShsh44kueVsDd2fAi" %}
[GROMACS-2016.4 (GPU 버전) 설치](/blog/install/neuron/gromacs/gromacs-2016.4-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/gromacs.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.
