Daniel Barter

Results 8 issues of Daniel Barter

making default emacs completion lists use evil motion state

As discussed in https://github.com/quantumlib/Stim/pull/346 and https://github.com/quantumlib/Stim/pull/352, we want to have simulation and sampling classes own their rng. This impacts `FrameSimulator` and `TableauSimulator`. `DemSampler` already maintains its own rng. Fix for...

Exposing FrameSimulator to python

float64 not often supported on integrated GPUs, so probably good to skip related tests as discussed here: https://github.com/geohot/tinygrad/issues/1087

Hey there! OpenCL implementations for lots of integrated GPUs do not support float64. If you have a pyopencl context, it is easy to check if there is support: ``` import...

**Describe the bug** In https://discourse.nixos.org/t/building-a-statically-linked-nix-for-hpc-environments/10865/16, @edolstra described an extremely attractive approach for downloading a statically linked nix to be used with a non default store path. I finally gave it...

bug

Hi there! Really enjoying the latest releases of `python-flint`! I noticed that since `0.5.0`, there are wheels for `aarch64-darwin` and `x86_64-linux` which significantly reduce the burden of getting the python...

type: feature request

Currently, GCC and the GNU C++ standard library are bundled together in nixpkgs. Because of this, the GNU C++ standard library location isn't explicitly passed to GCC, so it doesn't...