QNLP  v1.0
QNLP_Python_MPI Namespace Reference

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
 

Variable Documentation

◆ bit_shifts

QNLP_Python_MPI.bit_shifts

Definition at line 69 of file QNLP_Python_MPI.py.

◆ count

dictionary QNLP_Python_MPI.count

Definition at line 104 of file QNLP_Python_MPI.py.

Referenced by QNLP.encoding.utils.HammingInt().

◆ count_even

dictionary QNLP_Python_MPI.count_even

Definition at line 94 of file QNLP_Python_MPI.py.

◆ decoding_dict

dictionary QNLP_Python_MPI.decoding_dict

Definition at line 23 of file QNLP_Python_MPI.py.

◆ encoding_dict

dictionary QNLP_Python_MPI.encoding_dict

Definition at line 18 of file QNLP_Python_MPI.py.

◆ len_reg_auxiliary

int QNLP_Python_MPI.len_reg_auxiliary

◆ len_reg_memory

int QNLP_Python_MPI.len_reg_memory

Definition at line 28 of file QNLP_Python_MPI.py.

◆ normalise

bool QNLP_Python_MPI.normalise

Definition at line 41 of file QNLP_Python_MPI.py.

◆ num

int QNLP_Python_MPI.num

Definition at line 86 of file QNLP_Python_MPI.py.

◆ num_bin_pattern

int QNLP_Python_MPI.num_bin_pattern

Definition at line 31 of file QNLP_Python_MPI.py.

Referenced by expected_amplitude(), and TEST_CASE().

◆ num_exps

int QNLP_Python_MPI.num_exps

Definition at line 40 of file QNLP_Python_MPI.py.

◆ num_qubits

int QNLP_Python_MPI.num_qubits

Definition at line 30 of file QNLP_Python_MPI.py.

◆ rank

QNLP_Python_MPI.rank

Definition at line 12 of file QNLP_Python_MPI.py.

◆ reg_auxiliary

◆ reg_memory

list QNLP_Python_MPI.reg_memory

Definition at line 45 of file QNLP_Python_MPI.py.

◆ sentences

list QNLP_Python_MPI.sentences

Definition at line 56 of file QNLP_Python_MPI.py.

◆ sim

QNLP_Python_MPI.sim

Definition at line 39 of file QNLP_Python_MPI.py.

◆ superpos_patterns

list QNLP_Python_MPI.superpos_patterns

Definition at line 76 of file QNLP_Python_MPI.py.

◆ test_pattern

int QNLP_Python_MPI.test_pattern

Definition at line 33 of file QNLP_Python_MPI.py.

◆ use_fusion

bool QNLP_Python_MPI.use_fusion

Definition at line 38 of file QNLP_Python_MPI.py.

◆ val

QNLP_Python_MPI.val

Definition at line 122 of file QNLP_Python_MPI.py.

◆ vec_to_encode

list QNLP_Python_MPI.vec_to_encode

Definition at line 79 of file QNLP_Python_MPI.py.