Vincent Russo
Vincent Russo
We could adapt the [LaTeX plugin](https://github.com/phfaist/eczoo_ltxpkg) found here for referencing code in papers to allow users to add a Metriq citation for a particular Metriq submission with an inline icon...
### User Web App User System (Web app) 1. (User on single submission view) 1. (Displaying homepage) 2. 2. "Scite!" button is displayed blow the submission abstract. 3. User looks...
There seems to be a number of PWC variants that are outside of the scope of machine learning (i.e. mathematics, physics, etc.): https://portal.paperswithcode.com/ Will metriq be distinct enough to merit...
As `sympy` is a required install but only used for one function, it might be ideal to use another non-sympy approach to reduce the need to require `sympy` as a...
Much like the tutorials that exist in `toqito` already ([here](https://toqito.readthedocs.io/en/latest/tutorials.html)), we should include a tutorial write-up to demonstrate the ability to investigate quantum state antidistinguishability. As fodder, I think a...
I have an implementation that is close to being complete for upper bounding the value of a qubit Bell inequality. The logic is heavily derived from the nice implementation [here](https://github.com/nathanieljohnston/QETLAB/blob/master/BellInequalityMaxQubits.m)...
Provide a function that takes in as input a matrix (as a numpy array) and returns `True` if the matrix constitutes an equilangular tight frame and `False` otherwise. A function...
Provide a function that takes in as input a matrix (as a numpy array) and returns `True` if the matrix constitutes an equilangular tight frame and `False` otherwise. A function...
Provide a function that takes in as input a matrix (as a numpy array) and returns `True` if the matrix is doubly stochastic and `False` otherwise. A function like the...
Provide a function that takes in as input a matrix (as a numpy array) and returns `True` if the matrix is stochastic and `False` otherwise. A function like the following...