|
25 | 25 |
|
26 | 26 | <p align="center"> English | <a href="README_cn.md"> 简体中文 </a></p>
|
27 | 27 |
|
28 |
| -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. |
| 28 | +TensorCircuit-NG is the next-generation open-source high-performance quantum software framework, built upon tensornetwork engines, 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. |
29 | 29 |
|
30 | 30 | TensorCircuit-NG is built on top of modern machine learning frameworks: Jax, TensorFlow, and PyTorch. It is specifically suitable for large-scale simulations of quantum-classical hybrid paradigm and variational quantum algorithms in ideal, noisy, Clifford, approximate and analog cases. It also supports quantum hardware access and provides CPU/GPU/QPU hybrid deployment solutions.
|
31 | 31 |
|
32 |
| -TensorCircuit-NG is [fully compatible](https://tensorcircuit-ng.readthedocs.io/en/latest/faq.html#what-is-the-relation-between-tensorcircuit-and-tensorcircuit-ng) with TensorCircuit with more new features and bug fixes (support latest `numpy>2` and `qiskit>1`). |
| 32 | +TensorCircuit-NG is the actively maintained official version and a [fully compatible](https://tensorcircuit-ng.readthedocs.io/en/latest/faq.html#what-is-the-relation-between-tensorcircuit-and-tensorcircuit-ng) successor to TensorCircuit with more new features (stabilizer circuit and distributed simulation) and bug fixes (support latest `numpy>2` and `qiskit>1`). |
33 | 33 |
|
34 | 34 | ## Getting Started
|
35 | 35 |
|
@@ -322,6 +322,8 @@ TensorCircuit-NG is open source, released under the Apache License, Version 2.0.
|
322 | 322 |
|
323 | 323 | ## Research and Applications
|
324 | 324 |
|
| 325 | +TensorCircuit-NG is a powerful framework for driving research and applications in quantum computing. Below are examples of published academic works and open-source projects that utilize TensorCircuit-NG. |
| 326 | + |
325 | 327 | ### DQAS
|
326 | 328 |
|
327 | 329 | For the application of Differentiable Quantum Architecture Search, see [applications](/tensorcircuit/applications).
|
@@ -376,6 +378,10 @@ For the simulation implementation of quantum states based on neural networks, te
|
376 | 378 |
|
377 | 379 | Reference paper: https://arxiv.org/abs/2411.18921.
|
378 | 380 |
|
| 381 | +### A Unified Variational Framework for Quantum Excited States |
| 382 | + |
| 383 | +For the simulation code and data for variational optimization of simutaneous excited states, see the [project repo](https://github.com/sxzgroup/quantum_excited_state). |
| 384 | + |
379 | 385 | ### More works
|
380 | 386 |
|
381 | 387 | <details>
|
|
0 commit comments