Skip to content
Closed
Changes from all 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
28 changes: 28 additions & 0 deletions tracks/ed/solutions/WangTheoPhys/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
## Team

| | |
|---|---|
| **Team name** | Rewrite It In Rust! |
| **Members** | Chenxi Wan, Yedi Shen, Junkai Wang |

## Challenge

| Row | |
|---|---|
| **Challenge** | Build a Rust exact-diagonalization / full-configuration-interaction workbench for electronic-structure method development, with determinant-based arbitrary-order coupled cluster as the mandatory showcase. |
| **Catalog issue** | Addresses #129 — "Exact diagonalization workbench in Rust for electronic structure method development", released by Guo CHEN. |
| **Track** | `ed`, from the issue's `Method` field: Exact Diagonalization. |

## Working Repository

Development starts in the private AGPL-3.0 repository
`JunkaiWang-TheoPhy/quantum-harness-129-workbench-rust`.

## Companion Rust Registrations

This is the main Rewrite It In Rust! workbench registration. The related Rust
infrastructure and writing tracks are registered separately:

- #214 — `tenferro-rs` verification from ED/FCI workloads.
- #215 — Rust port of the #71 Occam's Circuit verifier workflow.
- #216 — Rust-inspired certified tensor DSL design.