glassnotes / Balthasar

A Python package for generating and manipulating mutually unbiased bases and related objects.
BSD 3-Clause "New" or "Revised" License
2 stars 0 forks source link

Class for curves #8

Closed glassnotes closed 8 years ago

glassnotes commented 8 years ago

Class curve should contain a list of coefficients, and the set of ordered pairs for all the points in the curve. Can have a "rev = true" parameter to tell whether to do the curve in alpha form or beta form.

glassnotes commented 8 years ago

Must also implement all operations on curves (e.g. CNOT between qubits).