# qc-rs — User Manual

Welcome to the **qc-rs user manual** — an educational, textbook-style guide to running quantum-chemistry
calculations with qc-rs, written for newcomers to quantum chemistry, high-performance computing, and
Python alike.

:::{note}
**Draft.** The manual is being written chapter by chapter (design: `.design/78user-manual.md`);
most pages below are still stubs.
:::

::::{grid} 1 1 2 2
:gutter: 3

:::{grid-item-card} Getting started
:link: 00-intro/what-is-qc-rs
:link-type: doc
Install qc-rs, set up your editor and tools, and run your first calculation.
:::

:::{grid-item-card} Foundations
:link: 10-foundations/index
:link-type: doc
The quantum-chemistry theory the rest of the manual builds on.
:::

:::{grid-item-card} User guide
:link: 20-guide/molecular-input
:link-type: doc
Day-to-day calculations: molecular input, SCF, properties, and more.
:::

:::{grid-item-card} Parallel computing & HPC
:link: 30-hpc/index
:link-type: doc
Threads, MPI, and GPUs — taught from zero.
:::

::::
