Python code used in the Calculating Large-Scale Collective Reliability video
reliability_1.py - Collective reliability calculation using the 4-step method.
reliability_2.py - Collective reliability calculation using the simple three-rule recursive method.
reliability_3.py - Collective reliability calculation using the extended five-rule recursive method.
reliability_4.py - Collective reliability calculation using the five-rule recursive method with memoization.
reliability_5.py - Collective reliability calculation using the focused lattice weave.
reliability_6.py - Collective reliability calculation spectrum using the extended lattice weave.