Skip to content

Commit

Permalink
Empty TDM list as default
Browse files Browse the repository at this point in the history
  • Loading branch information
Diego Ristè committed Feb 7, 2018
1 parent a65bb88 commit 3aa9d56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion QGL/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
cnot_implementation = "CNOT_simple"

# used to add the tdm sequence in the metafile
tdm_list = None
tdm_list = []

class LoaderMeta(type):
def __new__(metacls, __name__, __bases__, __dict__):
Expand Down

0 comments on commit 3aa9d56

Please sign in to comment.