Skip to content

Commit

Permalink
add intro to tcng
Browse files Browse the repository at this point in the history
  • Loading branch information
refraction-ray committed Jan 6, 2025
1 parent 012ff29 commit 162fe39
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ _Materials for [1st ML&QC Winter School](https://indico.ihep.ac.cn/event/24170/)

- `lectures`: jupyter notebooks on QC with code demos using TC-NG

## TensorCircuit-NG

[TensorCircuit-NG](https://github.com/tensorcircuit/tensorcircuit-ng) is an open-source high-performance quantum software framework, supporting for automatic differentiation, just-in-time compiling, hardware acceleration, and vectorized parallelism, providing unified infrastructures and interfaces for quantum programming. It can compose quantum circuits, neural networks and tensor networks seamlessly with high simulation efficiency and flexibility.

Welcome to star and contribute to the project!

## Setup

To run the jupyter notebooks in `lectures`, please first `pip install -r requirements.txt`. We suggest using anaconda to manage python environment, i.e.
Expand Down

0 comments on commit 162fe39

Please sign in to comment.