Skip to content

Commit 6ce793d

Browse files
update readme
1 parent 5274948 commit 6ce793d

File tree

1 file changed

+16
-4
lines changed

1 file changed

+16
-4
lines changed

README.md

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,13 @@ For beginners, please refer to [quantum computing lectures with TC-NG](https://g
4444
To write TC-NG scripts and applications efficiently with AI coding agents (e.g., Claude Code, Cursor, Antigravity), we strongly recommend **working directly within the local tensorcircuit-ng repository** rather than an empty folder.
4545

4646
1. **Rich Context:** The 100+ scripts in `examples/` and extensive test cases in `tests/` provide essential references that significantly reduce AI hallucinations.
47-
2. **Built-in Rules:** We provide a dedicated **[`AGENTS.md`](/AGENTS.md)** file. It serves as the "handbook" (i.e. `CLAUDE.md`) for AI agents, defining coding standards and best practices to ensure the generated code is idiomatic.
47+
2. **Built-in Rules:** We provide a dedicated [AGENTS.md](/AGENTS.md) file. It serves as the "handbook" (i.e. `CLAUDE.md`) for AI agents, defining coding standards and best practices to ensure the generated code is idiomatic.
4848

4949
**Recommended Workflow:**
5050

5151
1. Clone the repository: `git clone https://github.com/tensorcircuit/tensorcircuit-ng.git`
5252
2. Switch to a local playground branch: `git checkout -b my-playground` in case messing up with the original repository.
53-
3. Open the repository folder in your AI IDE. And you are ready to start writing TC-NG scripts.
53+
3. Open the repository folder in your AI IDE. And you are ready to start writing TC-NG-based scripts.
5454

5555
Now, enjoy implementing quantum algorithms entirely through natural language!
5656

@@ -192,15 +192,25 @@ We also have [Docker support](/docker).
192192

193193
<details>
194194
<summary> Tons of amazing features and built in tools for research (click for details) </summary>
195+
195196
- Support **super large circuit simulation** using tensor network engine.
197+
196198
- Support **noisy simulation** with both Monte Carlo and density matrix (tensor network powered) modes.
197-
- Support **stabilizer circuit simulation** with stim backend
199+
200+
- Support **stabilizer circuit simulation** with stim backend.
201+
198202
- Support **approximate simulation** with MPS-TEBD modes.
203+
199204
- Support **analog/digital hybrid simulation** (time dependent Hamiltonian evolution, **pulse** level simulation) with neural ode modes.
205+
200206
- Support **Fermion Gaussian state** simulation with expectation, entanglement, measurement, ground state, real and imaginary time evolution.
207+
201208
- Support **qudits simulation** for tensor network and MPS approximation modes.
202-
- Support **parallel** quantum circuit evaluation across **multiple GPUs**.
209+
210+
- Support **parallel** quantum circuit evaluation across **multiple GPUs** and **multiple hosts**.
211+
203212
- Highly customizable **noise model** with gate error and scalable readout error.
213+
204214
- Support for **non-unitary** gate and post-selection simulation.
205215

206216
- Support **real quantum devices access** from different providers.
@@ -219,6 +229,8 @@ We also have [Docker support](/docker).
219229

220230
- Support time evolution simulation with **exact, ODE, Krylov, Trotter, Chebyshev solvers**.
221231

232+
- Support Heisenberg picture-based Pauli propagation approximation simulation for circuits.
233+
222234
- Circuit sampling supports both final state sampling and perfect sampling from tensor networks.
223235

224236
- Light cone reduction support for local expectation calculation.

0 commit comments

Comments
 (0)