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

# VASP

VASP(Vienna AB initio Simulation Package)는 밀도범함수 이론(DFT) 기반의 전자 구조 계산 및 물질 시뮬레이션을 위한 상용 소프트웨어입니다. 전자 구조, 에너지 밴드 구조, 밀도상태, 포논, 전이 상태, 자기 구조, 표면과 계면, 촉매 반응 등 다양한 물질 특성을 계산할 수 있으며 병렬 처리 기능이 뛰어나 고성능 컴퓨팅 환경에 적합한 프로그램이며재료과학, 반도체, 촉매 등 다양한 분야에서 가장 많이 활용되고 있는 프로그램입니다.

* VASP 공식 홈페이지 : <https://www.vasp.at>

* VASP 사용자 포럼 : <https://www.vasp.at/forum>

* VASP Wiki : <https://www.vasp.at/wiki>

* VASP 설치 문서

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

{% content-ref url="/pages/VI5Qr9egMW3nEbTfft1f" %}
[VASP 6.5.1 설치 (GPU)](/blog/install/neuron/vasp/vasp-6.5.1-install-gpu.md)
{% endcontent-ref %}

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

{% content-ref url="/pages/btxEYLcuQtvV240ZWANh" %}
[VASP 6.4.3 설치 (GPU)](/blog/install/neuron/vasp/vasp-6.4.3-install-gpu.md)
{% endcontent-ref %}

{% content-ref url="/pages/KcfCfnhSS38UfDG4J31a" %}
[VASP 5.4.4 설치 (GPU)](/blog/install/neuron/vasp/vasp-5.4.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/vasp.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.
