Skip to content

️ add a descriptor for quiddities to pySwitch

Valentin Laurent requested to merge feat/quiddity-descriptor into develop

this is replacing the virtual quiddities attribute of the pySwitch instances that was building a list of pyQuiddities when they are created by the pyquid API by a quiddities descriptor that returns a list of pyQuiddities from all quiddities of the current session.

so:

  • it adds the quiddities descriptor
  • it adds new tests on top of this descriptor 17-quiddities
  • it removes all the old quiddities list

missing before merging:

  • quiddities descriptor documentation
Edited by Valentin Laurent

Merge request reports