Sequential Quantum Gate Decomposer
v1.9.3
Powerful decomposition of general unitarias into one- and two-qubit gates gates
|
Classes | |
class | Test_parametric_circuit |
Functions | |
def | get_optimized_circuit (alpha, optimizer='BFGS', optimized_parameters=None) |
??????????? More... | |
def | get_unitary_distance (Umtx1, Umtx2) |
Calcuates the distance between two unitaries according to Eq. More... | |
def | pauli_exponent (alpha=0.6217 *np.pi) |
??????????? More... | |
Variables | |
bool | MPI_imported = True |
Copyright 2020 Peter Rakyta, Ph.D. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.
def tests.decomposition.test_parametric_circuit.get_optimized_circuit | ( | alpha, | |
optimizer = 'BFGS' , |
|||
optimized_parameters = None |
|||
) |
???????????
Definition at line 138 of file test_parametric_circuit.py.
def tests.decomposition.test_parametric_circuit.get_unitary_distance | ( | Umtx1, | |
Umtx2 | |||
) |
Calcuates the distance between two unitaries according to Eq.
(3) of Ref. ....
Umtx1 | The first unitary |
Umtx2 | The second unitary |
Definition at line 124 of file test_parametric_circuit.py.
def tests.decomposition.test_parametric_circuit.pauli_exponent | ( | alpha = 0.6217*np.pi | ) |
bool tests.decomposition.test_parametric_circuit.MPI_imported = True |
Definition at line 44 of file test_parametric_circuit.py.