Skip to content

Commit 48c3726

Browse files
add code link to sic in readme
1 parent c86b344 commit 48c3726

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,7 @@ Reference paper: https://arxiv.org/abs/2504.21459.
429429

430430
- Variational post-selection for ground states and thermal states simulation: https://arxiv.org/abs/2402.07605 (published in QST).
431431

432-
- Subsystem information capacity in random circuits and Hamiltonian dynamics: https://arxiv.org/abs/2405.05076.
432+
- Subsystem information capacity in random circuits and Hamiltonian dynamics: https://arxiv.org/abs/2405.05076. Code implementation: https://github.com/sxzgroup/subsystem_information_capacity.
433433

434434
- Symmetry restoration and quantum Mpemba effect in symmetric random circuits: https://arxiv.org/abs/2403.08459 (published in PRL).
435435

examples/xyzmodel_tebd.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ def apply_trotter_step(mps_tensors):
7575
def compare_baseline():
7676
# Parameters
7777
nqubits = 10
78-
total_time = 1
78+
total_time = 2
7979
dt = 0.01
8080

8181
# Heisenberg parameters
@@ -174,4 +174,4 @@ def benchmark_efficiency(nqubits, bond_d):
174174

175175
if __name__ == "__main__":
176176
compare_baseline()
177-
benchmark_efficiency(24, 64)
177+
benchmark_efficiency(24, 48)

0 commit comments

Comments
 (0)