Skip to content

Commit 2db13a1

Browse files
committed
Copyright update for new files.
1 parent b80f2d5 commit 2db13a1

File tree

8 files changed

+24
-6
lines changed

8 files changed

+24
-6
lines changed

Diff for: pygsti/errorgenpropagation/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
""" Error Generator Propagation Sub-package """
22
#***************************************************************************************************
3-
# Copyright 2015, 2019 National Technology & Engineering Solutions of Sandia, LLC (NTESS).
3+
# Copyright 2015, 2019, 2025 National Technology & Engineering Solutions of Sandia, LLC (NTESS).
44
# Under the terms of Contract DE-NA0003525 with NTESS, the U.S. Government retains certain rights
55
# in this software.
66
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except

Diff for: pygsti/errorgenpropagation/errorpropagator.py

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
#***************************************************************************************************
2+
# Copyright 2015, 2019, 2025 National Technology & Engineering Solutions of Sandia, LLC (NTESS).
3+
# Under the terms of Contract DE-NA0003525 with NTESS, the U.S. Government retains certain rights
4+
# in this software.
5+
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
6+
# in compliance with the License. You may obtain a copy of the License at
7+
# http://www.apache.org/licenses/LICENSE-2.0 or in the LICENSE file in the root pyGSTi directory.
8+
#***************************************************************************************************
9+
110
import stim
211
import numpy as _np
312
import scipy.linalg as _spl

Diff for: pygsti/errorgenpropagation/localstimerrorgen.py

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
#***************************************************************************************************
2+
# Copyright 2015, 2019, 2025 National Technology & Engineering Solutions of Sandia, LLC (NTESS).
3+
# Under the terms of Contract DE-NA0003525 with NTESS, the U.S. Government retains certain rights
4+
# in this software.
5+
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
6+
# in compliance with the License. You may obtain a copy of the License at
7+
# http://www.apache.org/licenses/LICENSE-2.0 or in the LICENSE file in the root pyGSTi directory.
8+
#***************************************************************************************************
9+
110
from pygsti.baseobjs.errorgenlabel import ElementaryErrorgenLabel as _ElementaryErrorgenLabel, GlobalElementaryErrorgenLabel as _GEEL,\
211
LocalElementaryErrorgenLabel as _LEEL
312
import stim

Diff for: pygsti/extras/lfh/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
""" Low Frequency Hamiltonian Sub-package """
22
#***************************************************************************************************
3-
# Copyright 2015, 2019 National Technology & Engineering Solutions of Sandia, LLC (NTESS).
3+
# Copyright 2015, 2019, 2025 National Technology & Engineering Solutions of Sandia, LLC (NTESS).
44
# Under the terms of Contract DE-NA0003525 with NTESS, the U.S. Government retains certain rights
55
# in this software.
66
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except

Diff for: pygsti/extras/lfh/lfherrorgen.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
support for fluctuating Hamiltonian parameters.
44
"""
55
#***************************************************************************************************
6-
# Copyright 2015, 2019 National Technology & Engineering Solutions of Sandia, LLC (NTESS).
6+
# Copyright 2015, 2019, 2025 National Technology & Engineering Solutions of Sandia, LLC (NTESS).
77
# Under the terms of Contract DE-NA0003525 with NTESS, the U.S. Government retains certain rights
88
# in this software.
99
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except

Diff for: pygsti/extras/lfh/lfhforwardsims.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
fluctuating Hamiltonian parameters.
44
"""
55
#***************************************************************************************************
6-
# Copyright 2015, 2019 National Technology & Engineering Solutions of Sandia, LLC (NTESS).
6+
# Copyright 2015, 2019, 2025 National Technology & Engineering Solutions of Sandia, LLC (NTESS).
77
# Under the terms of Contract DE-NA0003525 with NTESS, the U.S. Government retains certain rights
88
# in this software.
99
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except

Diff for: pygsti/extras/lfh/lfhmodel.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
support for fluctuating Hamiltonian parameters.
44
"""
55
#***************************************************************************************************
6-
# Copyright 2015, 2019 National Technology & Engineering Solutions of Sandia, LLC (NTESS).
6+
# Copyright 2015, 2019, 2025 National Technology & Engineering Solutions of Sandia, LLC (NTESS).
77
# Under the terms of Contract DE-NA0003525 with NTESS, the U.S. Government retains certain rights
88
# in this software.
99
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except

Diff for: pygsti/tools/errgenproptools.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Tools for the propagation of error generators through circuits.
33
"""
44
#***************************************************************************************************
5-
# Copyright 2015, 2019 National Technology & Engineering Solutions of Sandia, LLC (NTESS).
5+
# Copyright 2015, 2019, 2025 National Technology & Engineering Solutions of Sandia, LLC (NTESS).
66
# Under the terms of Contract DE-NA0003525 with NTESS, the U.S. Government retains certain rights
77
# in this software.
88
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except

0 commit comments

Comments
 (0)