Skip to content

Commit 8ca3d23

Browse files
committed
🏁
Signed-off-by: burgholzer <burgholzer@me.com>
1 parent 347df1c commit 8ca3d23

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/dd/Benchmark.cpp

-3
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88

99
namespace dd {
1010

11-
MQT_CORE_EXPORT
1211
std::unique_ptr<SimulationExperiment>
1312
benchmarkSimulate(const QuantumComputation& qc) {
1413
std::unique_ptr<SimulationExperiment> exp =
@@ -25,7 +24,6 @@ benchmarkSimulate(const QuantumComputation& qc) {
2524
return exp;
2625
}
2726

28-
MQT_CORE_EXPORT
2927
std::unique_ptr<FunctionalityConstructionExperiment>
3028
benchmarkFunctionalityConstruction(const QuantumComputation& qc,
3129
const bool recursive) {
@@ -46,7 +44,6 @@ benchmarkFunctionalityConstruction(const QuantumComputation& qc,
4644
return exp;
4745
}
4846

49-
MQT_CORE_EXPORT
5047
std::map<std::string, std::size_t>
5148
benchmarkSimulateWithShots(const qc::QuantumComputation& qc,
5249
const std::size_t shots) {

0 commit comments

Comments
 (0)