Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add QCQMC to cards / TOC on quantumai website. #363

Merged
merged 3 commits into from
Jul 31, 2024
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions docs/_index_included.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,3 +106,20 @@ included:
items:
- heading: Experiment example
path: /cirq/experiments/kpz/kpz

- heading: Quantum-Classical Quantum Monte Carlo
description: How to run QCQMC for quantum chemistry applications.
options:
- cards
items:
- heading: Overview
path: /cirq/experiments/qcqmc
- heading: Code Layout
description: A short tutorial on the code structure.
path: /cirq/experiments/qcqmc/high_level
- heading: End-to-End Example
description: How to generate a shadow trial wavefunction for a molecular system
path: /cirq/experiments/qcqmc/full_workflow
- heading: Experimental Wavefunctions
description: Analyze published experimental wavefunctions.
path: /cirq/experiments/qcqmc/experimental_wavefunctions
10 changes: 10 additions & 0 deletions docs/_toc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,3 +73,13 @@ toc:
- heading: "Kardar-Parisi-Zhang"
- title: "KPZ and the Heisenberg Spin Chain"
path: /cirq/experiments/kpz/kpz

- heading: "Quantum-Classical Quantum Monte Carlo"
- title: "Overview"
path: /cirq/experiments/qcqmc
- title: "Code Layout"
path: /cirq/experiments/qcqmc/high_level
- title: "End-to-End Example"
path: /cirq/experiments/qcqmc/full_workflow
- title: "Experimental Wavefunctions"
path: /cirq/experiments/qcqmc/experimental_wavefunctions
Loading