Skip to content

Commit

Permalink
Changing matrix to operator_sum
Browse files Browse the repository at this point in the history
Signed-off-by: Sachin Pisal <[email protected]>
  • Loading branch information
sacpis committed Jan 16, 2025
1 parent 8150d70 commit 752fed1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion runtime/cudaq/cudm_helpers.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
#pragma once

#include "cudaq/utils/tensor.h"
#include "cudaq/operators.h"
#include <cudensitymat.h>
#include <iostream>
#include <map>
Expand All @@ -33,7 +34,7 @@ compute_lindblad_operator(cudensitymatHandle_t handle,

cudensitymatOperator_t convert_to_cudensitymat_operator(
cudensitymatHandle_t handle,
const std::map<std::string, double> &parameters, const matrix_2 &matrix,
const std::map<std::string, double> &parameters, const operator_sum &op,
const std::vector<int> &mode_extents);

cudensitymatOperator_t construct_liovillian(
Expand Down

0 comments on commit 752fed1

Please sign in to comment.