qcs 0.26.2-rc.0

High level interface for running Quil on a QPU
Documentation
1
2
3
4
5
6
7
8
from qcs_sdk import reset_logging

def test_reset_logging():
    """
    Assert that resetting logging configuration does not panic.
    """
    reset_logging()