qmlcode / qml

QML: Quantum Machine Learning
MIT License
197 stars 84 forks source link

Feature enum style kernel types #122

Closed cstein closed 4 years ago

cstein commented 4 years ago

Introduces an enum-style declaration (not a true enum) for fchl kernels so when adding new kernel types they are declared by their index in one place ffchl_kernel_types and not by numbers.

Also fixes an incompatibility with pytest and attrs.