Phil Reinhold
Phil Reinhold
**Describe the bug** Plugin does does not correctly infer signature of pydantic models with `__call__` method defined **To Reproduce** See screenshot. Plugin confuses the `__init__` signature with the `__call__` signature...
From the section on "Circuit timing", we have the following description. > Instructions other than delay can also have variable duration, if they are explicitly defined as such. They can...
While we can `defcal` gates, resets, and measurements, can we define how qubit delays are implemented as well? In principle the grammar lets us currently do the following: ``` defcal...
A descriptor would make this code less contorted perhaps. http://nbviewer.ipython.org/gist/ChrisBeaumont/5758381/descriptor_writeup.ipynb
Get a handle on pasted designs. It may be correct to just use the new active design, as pasting seems to change the active design by default.
If convenient, this should be an instance of HfssProperty
### First Check - [X] I added a very descriptive title to this issue. - [X] I used the GitHub search to find a similar issue and didn't find it....
**Affects:** JuliaCall **Describe the bug** ``` from juliacall import Main as jl z = jl.seval("[0 1; 2 3]") z[0] ``` results in the stack trace ``` File ~/.julia/packages/PythonCall/wXfah/src/jlwrap/array.jl:310, in __getitem__(self,...
**Is your feature request related to a problem? Please describe.** I have julia code which catches errors and adds context. For example: ```julia d = Dict() try d["missing key"] catch...
### What is the expected behavior? In the [openpulse waveforms example](https://openqasm.com/language/openpulse.html#waveforms), a number of extern functions are introduced for various waveforms. In these extern function declarations, not only the argument...