pygsti.forwardsims.mapforwardsim_calc_generic

Defines generic Python-version of map forward simuator calculations

Module Contents

Functions

propagate_staterep(staterep, operationreps)

mapfill_probs_atom(fwdsim, mx_to_fill, dest_indices, ...)

mapfill_dprobs_atom(fwdsim, mx_to_fill, dest_indices, ...)

mapfill_TDchi2_terms(fwdsim, array_to_fill, ...)

mapfill_TDloglpp_terms(fwdsim, array_to_fill, ...)

mapfill_TDterms(fwdsim, objfn, array_to_fill, ...)

mapfill_TDdchi2_terms(fwdsim, array_to_fill, ...)

mapfill_TDdloglpp_terms(fwdsim, array_to_fill, ...)

mapfill_timedep_dterms(fwdsim, array_to_fill, ...)

pygsti.forwardsims.mapforwardsim_calc_generic.propagate_staterep(staterep, operationreps)
pygsti.forwardsims.mapforwardsim_calc_generic.mapfill_probs_atom(fwdsim, mx_to_fill, dest_indices, layout_atom, resource_alloc)
pygsti.forwardsims.mapforwardsim_calc_generic.mapfill_dprobs_atom(fwdsim, mx_to_fill, dest_indices, dest_param_indices, layout_atom, param_indices, resource_alloc, eps)
pygsti.forwardsims.mapforwardsim_calc_generic.mapfill_TDchi2_terms(fwdsim, array_to_fill, dest_indices, num_outcomes, layout_atom, dataset_rows, min_prob_clip_for_weighting, prob_clip_interval, comm, outcomes_cache)
pygsti.forwardsims.mapforwardsim_calc_generic.mapfill_TDloglpp_terms(fwdsim, array_to_fill, dest_indices, num_outcomes, layout_atom, dataset_rows, min_prob_clip, radius, prob_clip_interval, comm, outcomes_cache)
pygsti.forwardsims.mapforwardsim_calc_generic.mapfill_TDterms(fwdsim, objfn, array_to_fill, dest_indices, num_outcomes, layout_atom, dataset_rows, comm, outcomes_cache)
pygsti.forwardsims.mapforwardsim_calc_generic.mapfill_TDdchi2_terms(fwdsim, array_to_fill, dest_indices, dest_param_indices, num_outcomes, layout_atom, dataset_rows, min_prob_clip_for_weighting, prob_clip_interval, wrt_slice, comm, outcomes_cache)
pygsti.forwardsims.mapforwardsim_calc_generic.mapfill_TDdloglpp_terms(fwdsim, array_to_fill, dest_indices, dest_param_indices, num_outcomes, layout_atom, dataset_rows, min_prob_clip, radius, prob_clip_interval, wrt_slice, comm, outcomes_cache)
pygsti.forwardsims.mapforwardsim_calc_generic.mapfill_timedep_dterms(fwdsim, array_to_fill, dest_indices, dest_param_indices, num_outcomes, layout_atom, dataset_rows, fillfn, wrt_slice, comm)