|
QNLP
v1.0
|
Variables | |
| rank | |
| dictionary | encoding_dict |
| dictionary | decoding_dict |
| int | len_reg_memory |
| int | len_reg_auxiliary |
| int | num_qubits |
| int | num_bin_pattern |
| int | test_pattern |
| bool | use_fusion |
| sim | |
| int | num_exps |
| bool | normalise |
| list | reg_memory |
| list | reg_auxiliary |
| list | sentences |
| list | bit_shifts |
| list | superpos_patterns |
| list | vec_to_encode |
| int | num |
| dictionary | count_even |
| dictionary | count |
| val | |
| QNLP_Python_MPI.bit_shifts |
Definition at line 69 of file QNLP_Python_MPI.py.
| dictionary QNLP_Python_MPI.count |
Definition at line 104 of file QNLP_Python_MPI.py.
Referenced by QNLP.encoding.utils.HammingInt().
| dictionary QNLP_Python_MPI.count_even |
Definition at line 94 of file QNLP_Python_MPI.py.
| dictionary QNLP_Python_MPI.decoding_dict |
Definition at line 23 of file QNLP_Python_MPI.py.
| dictionary QNLP_Python_MPI.encoding_dict |
Definition at line 18 of file QNLP_Python_MPI.py.
| int QNLP_Python_MPI.len_reg_auxiliary |
Definition at line 29 of file QNLP_Python_MPI.py.
Referenced by QNLP::HammingDistance< SimulatorType >.computeHammingDistanceRotY(), and TEST_CASE().
| int QNLP_Python_MPI.len_reg_memory |
Definition at line 28 of file QNLP_Python_MPI.py.
| bool QNLP_Python_MPI.normalise |
Definition at line 41 of file QNLP_Python_MPI.py.
| int QNLP_Python_MPI.num |
Definition at line 86 of file QNLP_Python_MPI.py.
| int QNLP_Python_MPI.num_bin_pattern |
Definition at line 31 of file QNLP_Python_MPI.py.
Referenced by expected_amplitude(), and TEST_CASE().
| int QNLP_Python_MPI.num_exps |
Definition at line 40 of file QNLP_Python_MPI.py.
| int QNLP_Python_MPI.num_qubits |
Definition at line 30 of file QNLP_Python_MPI.py.
| QNLP_Python_MPI.rank |
Definition at line 12 of file QNLP_Python_MPI.py.
| list QNLP_Python_MPI.reg_auxiliary |
Definition at line 49 of file QNLP_Python_MPI.py.
Referenced by QNLP::SimulatorGeneral< IntelSimulator >.applyHammingDistanceOverwrite(), QNLP::SimulatorGeneral< IntelSimulator >.applyHammingDistanceRotY(), QNLP::HammingDistance< SimulatorType >.computeHammingDistanceOverwriteAux(), QNLP::HammingDistance< SimulatorType >.computeHammingDistanceRotY(), QNLP::EncodeBinIntoSuperpos< SimulatorType >.encodeBinInToSuperpos_unique(), QNLP::SimulatorGeneral< IntelSimulator >.encodeBinToSuperpos_unique(), QNLP::SimulatorGeneral< IntelSimulator >.groupQubits(), and TEST_CASE().
| list QNLP_Python_MPI.reg_memory |
Definition at line 45 of file QNLP_Python_MPI.py.
| list QNLP_Python_MPI.sentences |
Definition at line 56 of file QNLP_Python_MPI.py.
| QNLP_Python_MPI.sim |
Definition at line 39 of file QNLP_Python_MPI.py.
| list QNLP_Python_MPI.superpos_patterns |
Definition at line 76 of file QNLP_Python_MPI.py.
| int QNLP_Python_MPI.test_pattern |
Definition at line 33 of file QNLP_Python_MPI.py.
| bool QNLP_Python_MPI.use_fusion |
Definition at line 38 of file QNLP_Python_MPI.py.
| QNLP_Python_MPI.val |
Definition at line 122 of file QNLP_Python_MPI.py.
| list QNLP_Python_MPI.vec_to_encode |
Definition at line 79 of file QNLP_Python_MPI.py.