tensorflow/quantum

Allow custom gate serialization

Open

#354 opened on Aug 20, 2020

 (6 comments) (0 reactions) (0 assignees)Python (662 forks)github user discovery
area/cirqhelp wantedkind/feature-request

Repository metrics

Stars
 (2,180 stars)
PR merge metrics
 (Avg merge 13d 10h) (2 merged PRs in 30d)

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