Skip to content

Implement Angle Encoding #2

Description

@maximizemaxwell

Issue 2 — Implement Angle Encoding (AE)

Description: Implement AE circuits with RY rotations and variational entanglement.

What to do

  • Define function build_ae_classifier(n_qubits, n_layers)
  • Encode input features with RY rotations
  • Add entangling CNOT chain
  • Add variational layers (RY, RZ)
  • Return logit from last qubit Z expectation
  • Write unit test (tests/test_encodings.py)

Where to work: encodings/angle_encoding.py

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions