### Issue 2 — Implement Angle Encoding (AE) **Description**: Implement AE circuits with RY rotations and variational entanglement. **What to do** - [x] Define function `build_ae_classifier(n_qubits, n_layers)` - [x] Encode input features with RY rotations - [x] Add entangling CNOT chain - [x] Add variational layers (RY, RZ) - [x] Return logit from last qubit Z expectation - [x] Write unit test (`tests/test_encodings.py`) **Where to work**: `encodings/angle_encoding.py`
Issue 2 — Implement Angle Encoding (AE)
Description: Implement AE circuits with RY rotations and variational entanglement.
What to do
build_ae_classifier(n_qubits, n_layers)tests/test_encodings.py)Where to work:
encodings/angle_encoding.py