How can I see all available backends?

Where can I find all the backends/simulators names that can be used with sf.RemoteEngine() ?

Hi @Photon,

The only hardware backend currently supported is the X8 chip. Here you can use RemoteEngine('X8')

For remote simulators, there is a Gaussian backend that you can access via RemoteEngine('simulon_gaussian').

Hope that helps!

Juan Miguel

1 Like