sandialabs / pyGSTi

A python implementation of Gate Set Tomography
http://www.pygsti.info
Apache License 2.0
137 stars 55 forks source link

Fix invalid escape sequence warnings #504

Closed eendebakpt closed 2 weeks ago

eendebakpt commented 3 weeks ago

We use raw docstrings to avoid some escape sequence warnings. Using double slashes is also an option, but makes the plain docstring a bit harder to read.