:py:mod:`pygsti.forwardsims.mapforwardsim_calc_generic` ======================================================= .. py:module:: pygsti.forwardsims.mapforwardsim_calc_generic .. autoapi-nested-parse:: Defines generic Python-version of map forward simuator calculations Module Contents --------------- Functions ~~~~~~~~~ .. autoapisummary:: pygsti.forwardsims.mapforwardsim_calc_generic.propagate_staterep pygsti.forwardsims.mapforwardsim_calc_generic.mapfill_probs_atom pygsti.forwardsims.mapforwardsim_calc_generic.cond_update_probs_atom pygsti.forwardsims.mapforwardsim_calc_generic.mapfill_dprobs_atom pygsti.forwardsims.mapforwardsim_calc_generic.mapfill_TDchi2_terms pygsti.forwardsims.mapforwardsim_calc_generic.mapfill_TDloglpp_terms pygsti.forwardsims.mapforwardsim_calc_generic.mapfill_TDterms pygsti.forwardsims.mapforwardsim_calc_generic.mapfill_TDdchi2_terms pygsti.forwardsims.mapforwardsim_calc_generic.mapfill_TDdloglpp_terms pygsti.forwardsims.mapforwardsim_calc_generic.mapfill_timedep_dterms .. py:function:: propagate_staterep(staterep, operationreps) .. py:function:: mapfill_probs_atom(fwdsim, mx_to_fill, dest_indices, layout_atom, resource_alloc) .. py:function:: cond_update_probs_atom(fwdsim, mx_to_fill, dest_indices, layout_atom, param_index, resource_alloc) .. py:function:: mapfill_dprobs_atom(fwdsim, mx_to_fill, dest_indices, dest_param_indices, layout_atom, param_indices, resource_alloc, eps) .. py:function:: 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) .. py:function:: 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) .. py:function:: mapfill_TDterms(fwdsim, objfn, array_to_fill, dest_indices, num_outcomes, layout_atom, dataset_rows, comm, outcomes_cache) .. py:function:: 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) .. py:function:: 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) .. py:function:: mapfill_timedep_dterms(fwdsim, array_to_fill, dest_indices, dest_param_indices, num_outcomes, layout_atom, dataset_rows, fillfn, wrt_slice, comm)