From c2eb07831abbc9432d9d1da75e12205349bde3a7 Mon Sep 17 00:00:00 2001 From: Neal Erickson Date: Thu, 28 Sep 2023 08:29:31 -0600 Subject: [PATCH] removing headers --- pytket/phir/main.py | 11 ----------- pytket/phir/sharding/shard.py | 11 ----------- pytket/phir/sharding/sharder.py | 11 ----------- tests/sample_data.py | 11 ----------- tests/test_sharder.py | 8 -------- 5 files changed, 52 deletions(-) diff --git a/pytket/phir/main.py b/pytket/phir/main.py index 7e33568..a8d37c1 100644 --- a/pytket/phir/main.py +++ b/pytket/phir/main.py @@ -1,14 +1,3 @@ -############################################################################## -# -# (c) 2023 @ Quantinuum LLC. All Rights Reserved. -# This software and all information and expression are the property of -# Quantinuum LLC, are Quantinuum LLC Confidential & Proprietary, -# contain trade secrets and may not, in whole or in part, be licensed, -# used, duplicated, disclosed, or reproduced for any purpose without prior -# written permission of Quantinuum LLC. -# -############################################################################## - """ NOTE: Just a placeholder to allow convenient testing of the flows """ diff --git a/pytket/phir/sharding/shard.py b/pytket/phir/sharding/shard.py index 7ae8beb..0ff4cb8 100644 --- a/pytket/phir/sharding/shard.py +++ b/pytket/phir/sharding/shard.py @@ -1,14 +1,3 @@ -############################################################################## -# -# (c) 2023 @ Quantinuum LLC. All Rights Reserved. -# This software and all information and expression are the property of -# Quantinuum LLC, are Quantinuum LLC Confidential & Proprietary, -# contain trade secrets and may not, in whole or in part, be licensed, -# used, duplicated, disclosed, or reproduced for any purpose without prior -# written permission of Quantinuum LLC. -# -############################################################################## - from dataclasses import dataclass from pytket.circuit import Command diff --git a/pytket/phir/sharding/sharder.py b/pytket/phir/sharding/sharder.py index 4371093..b3e9cf1 100644 --- a/pytket/phir/sharding/sharder.py +++ b/pytket/phir/sharding/sharder.py @@ -1,14 +1,3 @@ -############################################################################## -# -# (c) 2023 @ Quantinuum LLC. All Rights Reserved. -# This software and all information and expression are the property of -# Quantinuum LLC, are Quantinuum LLC Confidential & Proprietary, -# contain trade secrets and may not, in whole or in part, be licensed, -# used, duplicated, disclosed, or reproduced for any purpose without prior -# written permission of Quantinuum LLC. -# -############################################################################## - from pytket.circuit import Circuit, Command, Op, OpType from pytket.unit_id import UnitID diff --git a/tests/sample_data.py b/tests/sample_data.py index e64afb2..73487d1 100644 --- a/tests/sample_data.py +++ b/tests/sample_data.py @@ -1,14 +1,3 @@ -############################################################################## -# -# (c) 2023 @ Quantinuum LLC. All Rights Reserved. -# This software and all information and expression are the property of -# Quantinuum LLC, are Quantinuum LLC Confidential & Proprietary, -# contain trade secrets and may not, in whole or in part, be licensed, -# used, duplicated, disclosed, or reproduced for any purpose without prior -# written permission of Quantinuum LLC. -# -############################################################################## - from enum import Enum from pytket.circuit import Circuit diff --git a/tests/test_sharder.py b/tests/test_sharder.py index 1249284..68e3c37 100644 --- a/tests/test_sharder.py +++ b/tests/test_sharder.py @@ -1,14 +1,6 @@ ############################################################################## # # (c) 2023 @ Quantinuum LLC. All Rights Reserved. -# This software and all information and expression are the property of -# Quantinuum LLC, are Quantinuum LLC Confidential & Proprietary, -# contain trade secrets and may not, in whole or in part, be licensed, -# used, duplicated, disclosed, or reproduced for any purpose without prior -# written permission of Quantinuum LLC. -# -############################################################################## - from pytket.phir.sharding.sharder import Sharder from .sample_data import QasmFiles, get_qasm_as_circuit