Skip to content

Commit

Permalink
data handling
Browse files Browse the repository at this point in the history
  • Loading branch information
meandmytram authored Nov 30, 2024
1 parent 31d1916 commit 9ec8d7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/random_circuit/mps-rand-circ.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
)
tails[tails_key] = tails_iter

np.save(f"data/{tails_key}.npy", tails)
np.save(f"{tails_key}.npy", tails)
logger.info(f"Data for {tails_key} saved successfully.")

logger.info("Calculation completed successfully.")

0 comments on commit 9ec8d7d

Please sign in to comment.