Skip to content

Commit

Permalink
More playing
Browse files Browse the repository at this point in the history
  • Loading branch information
cdbf1 committed Jul 17, 2024
1 parent 0aa0d41 commit 47de35b
Show file tree
Hide file tree
Showing 3 changed files with 556 additions and 13 deletions.
19 changes: 6 additions & 13 deletions cirq-superstaq/cirq_superstaq/qcvv/__init__.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,6 @@
# Copyright 2021 The Cirq Developers
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# https://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
"""A module of tools for quantum characterisation, validation and verification.
"""

from .csb import CSB

__all__ = ["CSB"]
Loading

0 comments on commit 47de35b

Please sign in to comment.