Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update decoding_graph.py Allowing the user to provide costume weights for DecodingGraph.weight_syndrome_graph() as a new argument "error_probs". - counts is not a required argument anymore - error_probs is also not required and overridden by counts if both of them are provided - at least one of the above arguments should be specified to avoid NotImplementedError * Update decoding_graph.py Allowing the user to provide costume weights for DecodingGraph.weight_syndrome_graph() as a new argument "error_probs". - counts is not a required argument anymore - error_probs is also not required and overridden by counts if both of them are provided - at least one of the above arguments should be specified to avoid NotImplementedError * Update decoding_graph.py * Update decoding_graph.py linting * Update decoding_graph.py remove self-assigning variable * Update decoding_graph.py
- Loading branch information