Added newline at the end of the file; fixed the arguments for eval_qft function in main file.
This commit is contained in:
@@ -12,7 +12,7 @@ def parser():
|
|||||||
|
|
||||||
def main(args: argparse.Namespace):
|
def main(args: argparse.Namespace):
|
||||||
print("Testing for %d nqubits" % (args.nqubits))
|
print("Testing for %d nqubits" % (args.nqubits))
|
||||||
qasm_quimb.eval_QI_qft(args.nqubits)
|
qasm_quimb.eval_QI_qft(args.nqubits, args.qasm_circ, args.init_state)
|
||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
|
|||||||
Reference in New Issue
Block a user