quil-lang / qvm

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

Provide type description fragment in allocate-memory-for-model error #320

Closed jbouwman closed 6 months ago

jbouwman commented 6 months ago

Minor nit: changes error message from

The value of QVM::SIZE is 0, which is not The SIZE wasn't a multiple of 8..

to

The value of QVM::SIZE is 0, which is not a multiple of 8.