rmlarose / nisqai-dev

Development repository for NISQAI.
Apache License 2.0
15 stars 4 forks source link

Rewrite Encoding classes to have a single parameterized circuit that gets instantiated by angles. #6

Open rmlarose opened 5 years ago

rmlarose commented 5 years ago

Currently, Encoding classes (AngleEncoding, DenseAngleEncoding) store a list of BaseAnsatz's with circuits for preparing each feature vector. This is inefficient.