Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .cudaq_version
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"cudaq": {
"repository": "NVIDIA/cuda-quantum",
"ref": "c4131f47cf236a7694cf6d5b8ff3418933817749"
"ref": "48cf3d938c1f1014527ec60a70689d44e23383c7"
}
}
4 changes: 2 additions & 2 deletions libs/qec/python/bindings/py_code.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*******************************************************************************
* Copyright (c) 2022 - 2025 NVIDIA Corporation & Affiliates. *
* Copyright (c) 2022 - 2026 NVIDIA Corporation & Affiliates. *
* All rights reserved. *
* *
* This source code and the accompanying materials are made available under *
Expand All @@ -12,12 +12,12 @@
#include <pybind11/operators.h>
#include <pybind11/stl.h>

#include "common/DeviceCodeRegistry.h"
#include "common/Logger.h"

#include "cudaq/python/PythonCppInterop.h"
#include "cudaq/qec/experiments.h"
#include "cudaq/qec/version.h"
#include "cudaq/utils/registry.h"

#include "cuda-qx/core/kwargs_utils.h"
#include "type_casters.h"
Expand Down