Returns the list of all the available tests.
tests = qtb_tests(dim)
returns tests list for a dimension array dim
Data type: double
Data type: structure array
Function output tests
is a structure array describing all the available tests (see tests specification page).
For every test there is a unique codename tcode
. The structure array test = tests.(tcode)
describes the tests with the following fields:
test.code
- test codetest.name
- test nametest.seed
- seed for the test random number generatortest.nsample(1,k)
- k-th value of the total sample size used to test QT methodtest.nexp
- number of QT experiments for every value of sample sizetest.rank
- rank of the density matrices generated within the testtest.generator
- generator of the random quantum states
Generator of the quantum state is a cell array which elements correspond to the input arguments of qtb_state.
Example: dm = qtb_state(dim, test.generator{:})