Brian E. Granger

Results 82 issues of Brian E. Granger

In case it is helpful to others, here is the `.babelrc` file that I am using with this kernel to get TypeScript and React working: ```json { "presets": [ "@babel/react",...

We need to add quantum error correction algorithms to sympy.physics.quantum. Here is a single commit that starts to add some of this logic: https://github.com/rwong/sympy/commit/87a7b9712f10d6fa6982961bc0a822fcdf7cda3c Here are some good refs on...

Documentation
imported
Enhancement
physics.quantum
physics.quantum qip

``` Currently, the following type of thing does not work: CNOT(0,1)*TensorProduct(Qubit(0),Qubit(1)) To get this to work, we need to implement Gate._apply_operator_TensorProduct. I have a start on this here for single...

imported
physics.quantum
physics.quantum qip

``` Current Gate objects have to have Integer arguments like X(0). We need to expand this to take things like X('i') so we can do gate transformations. ``` Original issue...

imported
physics.quantum
physics.quantum qip

``` These two gate types current only work with represent using the 'sympy' format. For numerical values of the phases, we need to get numpy/scipy.sparse formats working. ``` Original issue...

imported
physics.quantum
physics.quantum qip

I have been working on am improved `%%javascript` cell magic and I wanted to run the idea by others to gauge interest. The existing `%%javascript` magic uses eval on a...

Currently, when performing cell level actions such as cut/copy/paste, there is not way of undoing the actions. This makes it very easy to loose work. We need to build a...

notebook

Steps to reproduce: * Start notebook * Move the notebook into a different directory by dragging it with the file browser in lab. * Restart the notebook's kernel * The...

bug
tag:Server Change

[I am opening this in the lab repo/org, but it really crosses the lab/server boundary and would probably be implemented in server.] ### Problem We have a number of efforts...

enhancement

@cameronoelsen can you post a mockup of the idea we were thinking about for the UI for deleting cells?

tag:Design and UX
pkg:notebook