Craig Gidney

Results 103 comments of Craig Gidney

There is not existing support for it, as far as I know. But there should be! It's just that now that you have an html view of the content it...

Here's one possible recommendation: when an href's target is a relative path (e.g. no "https://") and it begins with "anc/" and the rest of the path is the path to...

For example, in the paper https://ar5iv.org/abs/2103.02202 if I were to have an `\href{anc/random_circuit_64.stim}{example circuit}`, you would rewrite the target of the href from `anc/random_circuit_64.stim` to `https://arxiv.org/src/2103.02202v3/anc/random_circuit_64.stim`. This would also make...

Justification for doing this... I've had researchers ask me how to get at ancillary files that I mention in papers. If they could just click the link instead of having...

If they're using an external solution, it's already possible to link to them using an `\href`. The tricky bit with the arXiv is that it generates an identifier *after I...

Some downsides: - Assignment really feels like it should create a new register, but instead it just holds an RValue. - The RValues have reference semantics. `c = a +...

Looks like the text and ellipse painting methods have had their coordinates doubled, but not the box painting ones. The reason you're not seeing the gate labels all over the...

Good point. A `Gate`'s `_mixture_` would return gates, whereas an `Operation`'s `_mixture_` would return operations. Then, in `GateOperation`, there would be a conversion.