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

# CP2K

CP2K는 양자화학 및 고체 물리학 프로그램 패키지로,  시뮬레이션을 위한 오픈소스 소프트웨어 입니다. 밀도범함수 이론(DFT), 분자동역학, 양자 화학 분야의다양한 계산 기법을 지원하여 고체, 액체, 기체 등의 물리적 시스템을 정밀하게 연구할 수 있습니다.

* CP2K 공식 홈페이지 : [https://www.cp2k.org](https://www.cp2k.org/)
* CP2K 설치 문서

{% content-ref url="/pages/SoH1C1VCzcLsZ1Wo3V5s" %}
[CP2K-6.1.0 버전 설치 소개](/blog/install/nurion/cp2k/cp2k-6.1.0-install.md)
{% endcontent-ref %}

{% content-ref url="/pages/SoH1C1VCzcLsZ1Wo3V5s" %}
[CP2K-6.1.0 버전 설치 소개](/blog/install/nurion/cp2k/cp2k-6.1.0-install.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/nurion/cp2k.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.
