-
See here for example: https://github.com/ITensor/ITensors.jl/blob/fb9b73a08513bd677fa9e0d81c81ea17e4582c24/src/physics/site_types/electron.jl#L79-L88
This should allow us to simplify the code. For …
-
I can't seem to get gate authorization to work. What am I doing wrong?
My controller method
```
if(JWTAuth::parseToken()->authenticate()->can('update'))
{
echo 'worked';
}
```
TestPo…
-
### Code
```Rust
trait MyTrait {
#[repr(align)]
fn myfun();
}
```
### Meta
`rustc --version --verbose`:
```
rustc 1.84.0-nightly (759e07f06 2024-10-30)
binary: rustc
commit-hash: 759e07…
-
Feature gate: `#![feature(once_cell_try_insert)]`
This is a tracking issue for `OnceCell::try_insert()` and `OnceLock::try_insert()`.
This adds a method similarly to [`OnceCell/Lock::set()`](htt…
-
### Description
Adding logging for feature flag requests so we can see how often particular feature flags are being requested.
-
### What should we add?
There has been some work recently in https://github.com/Qiskit/qiskit-terra/pull/7579 and https://github.com/Qiskit/qiskit-terra/pull/8178 to enable optimization of chains of …
-
I have two networks, logic gate "AND" and logic gate "NOT", both trained.
i want to pass the output from the "AND" to the input the "NOT".
i try something like this:
var networkAND = new Perceptr…
-
ok, I can't find the answer. I'm running the docker version of Gate One on unraid without issues. What I'm trying to figure out is where the bookmark are stored on the server side.
looked everywh…
-
## Background
I think some of the motivation for verbatim syntax #224 is driven by the ambiguity of how we currently link `defcal` and `gate` definitions by matching on name. This has a couple of imp…
-
A sample-and-hold locked to an audio rate signal (switching on 0/nonzero, but not necessarily locked to the transport) would be a very useful feature for LFOs.
I came up with this (which technicall…