sf.apps.data.Mutag3

class Mutag3[source]

Bases: strawberryfields.apps.data.sample.GraphDataset

Fourth graph of the MUTAG dataset.

The MUTAG dataset is from [2][3] and is available here.

Graph:

mutag_3

n_mean = 6
threshold = False
n_samples = 20000
modes = 19

n_mean

threshold

n_mean = 6
threshold = False

counts([axis])

Count number of photons or clicks.

counts(axis=1)

Count number of photons or clicks.

Counts number of photons/clicks in each sample (axis==1) or number of photons/clicks in each mode compounded over all samples (axis==0).

Parameters

axis (int) – axis to perform count

Returns

counts from samples

Return type

list