Skip to content

Commit

Permalink
update sample-idk why is the path not working
Browse files Browse the repository at this point in the history
  • Loading branch information
SaashaJoshi committed May 30, 2024
1 parent c354315 commit 176703c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions tests/sample_circuit.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
from piqture.tensor_network_circuits.ttn import TTN
from qiskit_ibm_provider import IBMProvider
from piqture.tensor_network_circuits.ttn import TTN

# import matplotlib.pyplot as plt
import click
# import click


def main():
Expand All @@ -21,4 +22,4 @@ def main():


if __name__ == "__main__":
main()
main()

0 comments on commit 176703c

Please sign in to comment.