Purva Thakre

Results 333 comments of Purva Thakre

Here's a set of lecture notes on this as well : https://pythonpackaging.info/ Git repo for the notes is here : https://github.com/jobovy/code-packaging-minicourse

There's a [pdf version](https://education.github.com/git-cheat-sheet-education.pdf) of this as well. Another one from[ Gitlab](https://about.gitlab.com/images/press/git-cheat-sheet.pdf).

Hi @alejomonbar I am already working on [parameterized circuits for Qiskit.](https://github.com/unitaryfund/mitiq/issues/911#issuecomment-925837451). You could work on the other 3 if you want to.

@rmlarose @andreamari Would it be ok to use a different version of QASM as support for only parametrized circuits in qiskit ? v2.0 has issues with adding parametrized circuits [when...

@andreamari I think for now I will use QASM 2 and make changes for unbounded parameters later when Cirq's converters become compatible with QASM 3. Considering the goal is to...

> after biding, one doesn't have symbolic parameters anymore > Please correct me if I am wrong Yeah, that was my problem with what I was trying to do because...

@rmlarose Do you mind clarifying statement 1 a bit more ? > What graph representation do you plan to use? By definition for cliques to exist, the graph has to...

I think a warning in the case of a gate that's not in the input circuit but has fidelities provided could be useful here. If `invalid_gate_name` was used in the...

@andreamari Thanks for the correction ! I was under the mistaken assumption that the gates were restricted to that set in Mitiq because of them being the generators of Clifford...