tensorflow/quantum

Allow custom gate serialization

Open

#354 opened on Aug 20, 2020

View on GitHub
 (6 comments) (0 reactions) (0 assignees)Python (653 forks)github user discovery
area/cirqhelp wantedkind/feature-request

Repository metrics

Stars
 (2,145 stars)
PR merge metrics
 (PR metrics pending)

Description

Currently we hardcode the set of serializable gates in a global variable here. It will be useful to various teams to allow the user to set this serializer to correspond with custom backends.

Contributor guide