Core ClassesΒΆ

qleap.Circuit()

Circuit is the main class for running quantum circuits.

qleap.RunArguments([shots, trace, clear])

RunArguments is a class that represents the arguments for running a quantum program in the QLeap framework.

qleap.Trace(steps, start_state)

A Trace object allows stepping through the execution of a QLeap program.

qleap.SimResult()

A SimResult object represents the outcomes of a QLeap simulation generated by Circuit.run().