Skip to content

Commit f9b785b

Browse files
committed
Merge branch 'cuq26-03-01public' into 'main'
sync with internal repo1 (commit 41a9d33aa) See merge request cuda-hpc-libraries/cuquantum-sdk/cuquantum-public!50
2 parents e82a434 + c1ad491 commit f9b785b

82 files changed

Lines changed: 596 additions & 113 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

python/README.md

Lines changed: 4 additions & 4 deletions

python/cuquantum/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
# Note: cuQuantum Python follows the cuQuantum SDK version, which is now
66
# switched to YY.MM and is different from individual libraries' (semantic)
77
# versioning scheme.
8-
__version__ = '26.3.0'
8+
__version__ = '26.3.1'
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
# Copyright (c) 2024, NVIDIA CORPORATION & AFFILIATES
1+
# Copyright (c) 2021-2024, NVIDIA CORPORATION & AFFILIATES
22
#
33
# SPDX-License-Identifier: BSD-3-Clause

python/cuquantum/bindings/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2024-2025, NVIDIA CORPORATION & AFFILIATES
1+
# Copyright (c) 2021-2025, NVIDIA CORPORATION & AFFILIATES
22
#
33
# SPDX-License-Identifier: BSD-3-Clause
44

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
# Copyright (c) 2024, NVIDIA CORPORATION & AFFILIATES
1+
# Copyright (c) 2021-2024, NVIDIA CORPORATION & AFFILIATES
22
#
33
# SPDX-License-Identifier: BSD-3-Clause

python/cuquantum/bindings/_internal/cudensitymat.pxd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# SPDX-License-Identifier: BSD-3-Clause
44
#
5-
# This code was automatically generated with version 26.03.0, generator version 0.3.1.dev1332+g03874867a.d20260311. Do not modify it directly.
5+
# This code was automatically generated with version 26.03.1, generator version 0.3.1.dev1508+g784d12dd6.d20260402. Do not modify it directly.
66

77
from ..cycudensitymat cimport *
88

python/cuquantum/bindings/_internal/cudensitymat_linux.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# SPDX-License-Identifier: BSD-3-Clause
44
#
5-
# This code was automatically generated with version 26.03.0, generator version 0.3.1.dev1332+g03874867a.d20260311. Do not modify it directly.
5+
# This code was automatically generated with version 26.03.1, generator version 0.3.1.dev1508+g784d12dd6.d20260402. Do not modify it directly.
66

77
from libc.stdint cimport intptr_t
88

python/cuquantum/bindings/_internal/cupauliprop.pxd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# Copyright (c) 2021-2026, NVIDIA CORPORATION & AFFILIATES
1+
# Copyright (c) 2025-2026, NVIDIA CORPORATION & AFFILIATES
22
#
33
# SPDX-License-Identifier: BSD-3-Clause
44
#
5-
# This code was automatically generated across versions from 25.11.0 to 26.03.0, generator version 0.3.1.dev1375+gca9bf77db.d20260310. Do not modify it directly.
5+
# This code was automatically generated across versions from 25.11.0 to 26.03.1, generator version 0.3.1.dev1477+g125b4cb42. Do not modify it directly.
66

77
from ..cycupauliprop cimport *
88

python/cuquantum/bindings/_internal/cupauliprop_linux.pyx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# Copyright (c) 2021-2026, NVIDIA CORPORATION & AFFILIATES
1+
# Copyright (c) 2025-2026, NVIDIA CORPORATION & AFFILIATES
22
#
33
# SPDX-License-Identifier: BSD-3-Clause
44
#
5-
# This code was automatically generated across versions from 25.11.0 to 26.03.0, generator version 0.3.1.dev1375+gca9bf77db.d20260310. Do not modify it directly.
5+
# This code was automatically generated across versions from 25.11.0 to 26.03.1, generator version 0.3.1.dev1477+g125b4cb42. Do not modify it directly.
66

77
from libc.stdint cimport intptr_t
88

python/cuquantum/bindings/_internal/custabilizer.pxd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# Copyright (c) 2024-2025, NVIDIA CORPORATION & AFFILIATES
1+
# Copyright (c) 2024-2026, NVIDIA CORPORATION & AFFILIATES
22
#
33
# SPDX-License-Identifier: BSD-3-Clause
44
#
5-
# This code was automatically generated across versions from 25.11.0 to 26.02.0, generator version 0.3.1.dev1380+g6ceff55cb.d20260311. Do not modify it directly.
5+
# This code was automatically generated across versions from 25.11.0 to 26.03.1, generator version 0.3.1.dev1520+g79061d461. Do not modify it directly.
66

77
from ..cycustabilizer cimport *
88

0 commit comments

Comments
 (0)