The Quantum Exact Simulation Toolkit v4.0.0
Loading...
Searching...
No Matches
Destructors

Functions for destroying existing channel data structures. More...

Functions

void destroyKrausMap (KrausMap map)
 
void destroySuperOp (SuperOp op)
 

Detailed Description

Functions for destroying existing channel data structures.

Function Documentation

◆ destroyKrausMap()

void destroyKrausMap ( KrausMap map)
Note
Documentation for this function or struct is under construction!

Definition at line 208 of file channels.cpp.

208 {
209 validate_krausMapFields(map, __func__);
210
211 freeKrausMap(map);
212}

Referenced by TEST_CASE(), TEST_CASE(), TEST_CASE(), TEST_CASE(), TEST_CASE(), TEST_CASE(), and TEST_CASE().

◆ destroySuperOp()

void destroySuperOp ( SuperOp op)
Note
Documentation for this function or struct is under construction!

Definition at line 201 of file channels.cpp.

201 {
202 validate_superOpFields(op, __func__);
203
204 freeSuperOp(op);
205}

Referenced by TEST_CASE(), TEST_CASE(), TEST_CASE(), and TEST_CASE().