tensorcircuit-nightly 1.4.0.dev20251128__py3-none-any.whl → 1.4.0.dev20260113__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of tensorcircuit-nightly might be problematic. Click here for more details.
- tensorcircuit/__init__.py +1 -1
- {tensorcircuit_nightly-1.4.0.dev20251128.dist-info → tensorcircuit_nightly-1.4.0.dev20260113.dist-info}/METADATA +19 -3
- {tensorcircuit_nightly-1.4.0.dev20251128.dist-info → tensorcircuit_nightly-1.4.0.dev20260113.dist-info}/RECORD +6 -6
- {tensorcircuit_nightly-1.4.0.dev20251128.dist-info → tensorcircuit_nightly-1.4.0.dev20260113.dist-info}/WHEEL +0 -0
- {tensorcircuit_nightly-1.4.0.dev20251128.dist-info → tensorcircuit_nightly-1.4.0.dev20260113.dist-info}/licenses/LICENSE +0 -0
- {tensorcircuit_nightly-1.4.0.dev20251128.dist-info → tensorcircuit_nightly-1.4.0.dev20260113.dist-info}/top_level.txt +0 -0
tensorcircuit/__init__.py
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: tensorcircuit-nightly
|
|
3
|
-
Version: 1.4.0.
|
|
3
|
+
Version: 1.4.0.dev20260113
|
|
4
4
|
Summary: High performance unified quantum computing framework for the NISQ era
|
|
5
5
|
Author-email: TensorCircuit Authors <znfesnpbh@gmail.com>
|
|
6
6
|
License-Expression: Apache-2.0
|
|
@@ -416,6 +416,12 @@ For the setup and simulation code of neural network encoded variational quantum
|
|
|
416
416
|
|
|
417
417
|
Reference paper: https://arxiv.org/abs/2308.01068 (published in PRApplied).
|
|
418
418
|
|
|
419
|
+
### FLDC
|
|
420
|
+
|
|
421
|
+
Absence of barren plateaus in finite local-depth circuits with long-range entanglement, see the [demo](/examples/vqe_toric_code.py).
|
|
422
|
+
|
|
423
|
+
Reference paper: https://arxiv.org/abs/2311.01393 (published in PRL).
|
|
424
|
+
|
|
419
425
|
### Effective temperature in ansatzes
|
|
420
426
|
|
|
421
427
|
For the simulation implementation of quantum states based on neural networks, tensor networs and quantum circuits using TensorCircuit-NG, see the [project repo](https://github.com/sxzgroup/et).
|
|
@@ -440,6 +446,12 @@ For the simulation code and data for the work on low weight Pauli propagation in
|
|
|
440
446
|
|
|
441
447
|
Reference paper: https://arxiv.org/abs/2508.06358.
|
|
442
448
|
|
|
449
|
+
### Quantum Continual Learning
|
|
450
|
+
|
|
451
|
+
For the code implementation on the work of demonstrating plasticity in quantum continual learning, see the [project repo](https://github.com/sxzgroup/quantum-plasticity).
|
|
452
|
+
|
|
453
|
+
Reference paper: https://arxiv.org/abs/2511.17228.
|
|
454
|
+
|
|
443
455
|
### More works
|
|
444
456
|
|
|
445
457
|
<details>
|
|
@@ -479,8 +491,6 @@ Reference paper: https://arxiv.org/abs/2508.06358.
|
|
|
479
491
|
|
|
480
492
|
- Universal imaginary-time critical dynamics on a quantum computer: https://arxiv.org/abs/2308.05408 (published in PRB).
|
|
481
493
|
|
|
482
|
-
- Absence of barren plateaus in finite local-depth circuits with long-range entanglement: https://arxiv.org/abs/2311.01393 (published in PRL).
|
|
483
|
-
|
|
484
494
|
- Non-Markovianity benefits quantum dynamics simulation: https://arxiv.org/abs/2311.17622.
|
|
485
495
|
|
|
486
496
|
- Variational post-selection for ground states and thermal states simulation: https://arxiv.org/abs/2402.07605 (published in QST).
|
|
@@ -507,6 +517,12 @@ Reference paper: https://arxiv.org/abs/2508.06358.
|
|
|
507
517
|
|
|
508
518
|
- A Neural-Guided Variational Quantum Algorithm for Efficient Sign Structure Learning in Hybrid Architectures: https://arxiv.org/abs/2507.07555.
|
|
509
519
|
|
|
520
|
+
- Quantum Pontus-Mpemba Effects in Real and Imaginary-time Dynamics: https://arxiv.org/abs/2509.01960.
|
|
521
|
+
|
|
522
|
+
- Quantum Mpemba effect in long-ranged U(1)-symmetric random circuits: https://arxiv.org/abs/2512.06775.
|
|
523
|
+
|
|
524
|
+
- A Qudit-native Framework for Discrete Time Crystals: https://arxiv.org/abs/2512.04577.
|
|
525
|
+
|
|
510
526
|
</details>
|
|
511
527
|
|
|
512
528
|
If you want to highlight your research work or projects here, feel free to add by opening PR.
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
tensorcircuit/__init__.py,sha256=
|
|
1
|
+
tensorcircuit/__init__.py,sha256=8ldMihI5mXckyCh3-oE8FAHQvb56t5zQYSrkkh1SFlM,2160
|
|
2
2
|
tensorcircuit/about.py,sha256=DazTswU2nAwOmASTaDII3L04PVtaQ7oiWPty5YMI3Wk,5267
|
|
3
3
|
tensorcircuit/abstractcircuit.py,sha256=uDRgaDeH_Ym-6_ZEOZwvxHIDycVLHkGZv4zfaIgaEnc,44235
|
|
4
4
|
tensorcircuit/analogcircuit.py,sha256=4BzIC631MZ2m05CXuk2T6HQ8RTmHBE6NszaOLuxmlEc,15639
|
|
@@ -89,8 +89,8 @@ tensorcircuit/templates/graphs.py,sha256=cPYrxjoem0xZ-Is9dZKAvEzWZL_FejfIRiCEOTA
|
|
|
89
89
|
tensorcircuit/templates/hamiltonians.py,sha256=Guvqqi-V47w8xeZDmca4_mU4mW9V4c3AplsBOrRtxFo,6308
|
|
90
90
|
tensorcircuit/templates/lattice.py,sha256=IvFyNgsFMfj82g-tpJraI3lMbI-EIZ0Cghq9v7tZ6Wg,72851
|
|
91
91
|
tensorcircuit/templates/measurements.py,sha256=pzc5Aa9S416Ilg4aOY77Z6ZhUlYcXnAkQNQFTuHjFFs,10943
|
|
92
|
-
tensorcircuit_nightly-1.4.0.
|
|
93
|
-
tensorcircuit_nightly-1.4.0.
|
|
94
|
-
tensorcircuit_nightly-1.4.0.
|
|
95
|
-
tensorcircuit_nightly-1.4.0.
|
|
96
|
-
tensorcircuit_nightly-1.4.0.
|
|
92
|
+
tensorcircuit_nightly-1.4.0.dev20260113.dist-info/licenses/LICENSE,sha256=z8d0m5b2O9McPEK1xHG_dWgUBT6EfBDz6wA0F7xSPTA,11358
|
|
93
|
+
tensorcircuit_nightly-1.4.0.dev20260113.dist-info/METADATA,sha256=F4SF4HtUqzwgEJp0_cDPpb4-i0W8fLmWQhhoy2Z_ob0,39213
|
|
94
|
+
tensorcircuit_nightly-1.4.0.dev20260113.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
95
|
+
tensorcircuit_nightly-1.4.0.dev20260113.dist-info/top_level.txt,sha256=9dcuK5488dWpVauYz8cdvx743z_La1h7zIQCsEEgu7o,14
|
|
96
|
+
tensorcircuit_nightly-1.4.0.dev20260113.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|