Kevin J. Sung

Results 108 issues of Kevin J. Sung

Fixes #755 . Closes #823 . This PR is an alternative to #823. I did explain the issues with that PR in the comments there, but since this feature is...

During engine analysis, the heat map shows the absolute score lead of the moves being analyzed. I propose to add an option to display the score change instead of the...

Part of #487 . This lets Sabaki recognize the non-standard SGF properties VISITS, WINRATE, and SCORELEAD in order to draw a heatmap even with no engine analysis session running. Values...

enhancement

Fixes #758 . Adds options to number moves starting from - The beginning of the current variation. The current variation starts from the most recent game tree node with more...

Part of #487 . This lets Sabaki recognize when an SGF file has the non-standard WINRATE property attached to move nodes, in which case it would display a winrate graph...

It would be nice to be able to filter by character color too.

Often gates in LaTeX look something like `R_{z}(\theta)`. I think there are three parts of this: the main letter `R`, the subscript `z`, and the angle `\theta` which will be...

kind/feature-request
triage/accepted
area/visualization
area/latex

#1213 did this for `insert` and `append`, but not for `insert_into_range`, `insert_at_frontier`, `batch_insert`, or `batch_insert_into` (and any other ones I might have missed). Note that Moments now satisfy the OP_TREE...

kind/feature-request
triage/accepted
area/circuits

It should be optimized for the tradeoff between the number of measurements and the variance of the result (e.g. section IV.A of https://arxiv.org/pdf/1801.03524.pdf and other things like grouping together terms...

kind/feature-request
triage/accepted
complexity/high
area/expectation-value
area/measurements

If you call `optimal_givens_decomposition` and then construct another circuit using the same qubits, the latter circuit can be incorrect. For example, below I create two circuits that should be identical,...

bug