appleby

Results 32 issues of appleby

If `lr` is set via normal assignment, then we get the following error later in the notebook when attempting to call `set_value` on it: AttributeErrorTraceback (most recent call last) in...

Pr{X = 1} is listed twice when describing the probability density function. The second occurrence is meant to be Pr{X = 0}. Also, the Pr{X = 2} is given as...

**CCL Version 1.11.6 DarwinX8664 (installed via homebrew)** **macOS Mojave Version 10.14.6** Given the following in a file `foo.lisp`: ``` common-lisp (deftype array-index () '(integer 0 #.(1- array-total-size-limit))) (defstruct foo (vec...

It would be nice if all errors and/or conditions signaled by CL-QUIL and QUILC descended from some common root condition type, so that code that wants to handle any CL-QUIL...

good first issue

Compiling the following program takes a racoon's age (maybe infiniloop): ```lisp (let ((quil::*addresser-swap-search-type* :a*)) (time (quil::compiler-hook (quil::read-quil-file #P"benchmarking/quil-rewiring/0005q-0000160.quil") (quil::build-nQ-linear-chip 20)))) ``` I noticed this while looking into another `CL-QUIL-BENCHMARKING` issue...

bug

It looks like the upcoming sbcl 2.0.1 release includes changes to move certain symbols out of `cl:*features*` and into `sb-impl:+internal-features+` [[1]]. IIUC, any "non-public" features will continue to work (for...

good first issue
discussion/proposal

For example: https://gitlab.com/rigetti/forest/qvm/-/jobs/472119379 It looks like the tests are hanging on the final test in `test-safety-hash.lisp`, namely `QVM-APP-NG-TESTS::TEST-SAFETY-HASH-CONCURRENT-WRITE-AND-REMHASH`. Unclear if the test itself is poorly written and racy, or if...

2.0

Some QVM types include a `MAKE-FOO-QVM` convenience function to create a QVM of the given type, while others do not. It would be nice(tm) if the interface was consistent. Currently,...

When a user force kills an async job, any associated persistent qvm (or even the underlying qvm object), might be left in an inconsistent state. The same applies for exceptional...

discussion/proposal
2.0

Currently, if a user does not call the `delete-qvm` and/or `delete-job` RPC methods to delete persistent qvms and async jobs when they are done with them, then the objects will...

discussion/proposal
2.0