Vincent Russo

Results 96 issues of Vincent Russo

- Added blog post draft from Google Doc to Markdown for post.

One of the prerequisites to be able to generate a set of random quantum channels (quantum superoperators) will be to implement the `operator_sinkhorn.py` file. For a MATLAB reference of an...

good first issue
feature request

Create a function that allows the user to take all tensor combinations of a set of states of size `k`: ```py def tensor_comb(states: list[np.ndarray], k: int) -> dict: """ Create...

feature request

It seems as if the `helper/channel_dim.py` file should live instead in `channel_props/channel_dim.py` as this is a property of a given quantum channel.

bug
help wanted
devops

Adding the data points for number of qubits for factoring 2048 from the plot image from the following blog post: https://security.googleblog.com/2025/05/tracking-cost-of-quantum-factori.html

Related: https://github.com/unitaryfund/metriq-app/issues/163 A user profile page could be similar to the Scirate user page, as @nathanshammah pointed out, i.e.: https://scirate.com/118 The analogous URL for us would be https://metriq.info/x where "x"...

enhancement

Potential fix for [https://github.com/unitaryfoundation/metriq-app/security/code-scanning/6](https://github.com/unitaryfoundation/metriq-app/security/code-scanning/6) To fix the SSRF vulnerability, we need to validate and sanitize the user input (`id`) before using it to construct the `route`. Specifically: 1. Ensure that...