Skip to content

Commit

Permalink
removing headers
Browse files Browse the repository at this point in the history
  • Loading branch information
nealerickson-qtm committed Sep 28, 2023
1 parent 34f045c commit c2eb078
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 52 deletions.
11 changes: 0 additions & 11 deletions pytket/phir/main.py
Original file line number Diff line number Diff line change
@@ -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
"""
Expand Down
11 changes: 0 additions & 11 deletions pytket/phir/sharding/shard.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down
11 changes: 0 additions & 11 deletions pytket/phir/sharding/sharder.py
Original file line number Diff line number Diff line change
@@ -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

Expand Down
11 changes: 0 additions & 11 deletions tests/sample_data.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down
8 changes: 0 additions & 8 deletions tests/test_sharder.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit c2eb078

Please sign in to comment.