quil-lang / qvm

The high-performance and featureful Quil simulator.
Other
411 stars 57 forks source link

channel-qvm default-initarg bug #210

Closed sophiaponte closed 4 years ago

sophiaponte commented 4 years ago

The channel-qvm expects its :noise-model slot to be a noise-model object, but it's default initarg is nil. This causes errors when a channel-qvm is created without a defined noise-model argument.

sophiaponte commented 4 years ago

Addressed in PR #211