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):
|
||||
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__":
|
||||
|
||||
@@ -7,4 +7,4 @@ qibo = dict(
|
||||
quimb = dict(
|
||||
backend = 'numpy',
|
||||
swaps = True
|
||||
)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user