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

# Quantum Espresso

Quantum Espresso(QE)는 밀도범함수 이론(DFT)을 기반으로 한 전자 구조 계산과 소재 시뮬레이션을 위한 오픈소스 소프트웨어입니다. 주로 고체 상태 물질의 전자 구조, 에너지 밴드, 포논, 반응 경로 등을 계산하는데 사용됩니다. QE 에서는 평면파 기저 함수와 PBE 형태의 퍼텐셜(pseudopotential) 등을 이용하며 병렬 컴퓨팅을 지원해 대규모 계산이 가능합니다. 현재재료 과학, 물리, 화학 분야 연구에서 널리 사용되고 있습니다.

* QE 공식 홈페이지 : [https://www.quantum-espresso.org](https://www.quantum-espresso.org/)

* QE Gitlab : <https://gitlab.com/QEF>

* QE 설치 문서

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

{% content-ref url="/pages/JeyFgfT838GEfLgVHNgR" %}
[Quantum Espresso-7.5 (GPU 버전) 설치](/blog/install/neuron/quantum-espresso/qe-7.5-install-gpu.md)
{% endcontent-ref %}

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

{% content-ref url="/pages/RyxL3cWfQMoQQS2AEvav" %}
[Quantum Espresso-7.3 (GPU 버전) 설치](/blog/install/neuron/quantum-espresso/quantum-espresso-7.3-gpu.md)
{% endcontent-ref %}

{% content-ref url="/pages/kmbcWmWy5RJLgqGP2gdR" %}
[Quantum Espresso-6.6 (GPU 버전) 설치](/blog/install/neuron/quantum-espresso/neuron-quantum-espresso-6-6-install.md)
{% endcontent-ref %}

{% content-ref url="/pages/5c1SlsEj33fanZXcCa1c" %}
[Quantum Espresso-6.4 (GPU 버전) 설치](/blog/install/neuron/quantum-espresso/quantum-espresso-6.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/quantum-espresso.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.
