Closed gchenfc closed 4 years ago
Previously, there was the annoyance of requiring
Symbol(ord('x'), 1)
there's now an API breakage and instead string is required:
Symbol('x', 1)
Another API breakage is, as you said, noiseModel_[noisemodelname] which is now replaced with the much better dot notation.
noiseModel_[noisemodelname]
Previously, there was the annoyance of requiring
Symbol(ord('x'), 1)
there's now an API breakage and instead string is required:
Symbol('x', 1)
Another API breakage is, as you said,
noiseModel_[noisemodelname]
which is now replaced with the much better dot notation.