Contents Menu Expand Light mode Dark mode Auto light/dark, in light mode Auto light/dark, in dark mode Skip to content
RSR 0.1.3 documentation
RSR 0.1.3 documentation

Contents

  • How to use the toolkit
  • API Reference
    • rsr.rsr.run_ref_extraction_by_mcs
    • rsr.rsr.get_comp_cond_sys_prob
    • rsr.rsr.get_comp_cond_sys_prob_multi
    • rsr.igraph_sfun.make_igraph_sfun_global_conn
    • rsr.igraph_sfun.make_igraph_sfun_conn
    • rsr.igraph_sfun.eval_global_conn_igraph
    • rsr.igraph_sfun.eval_1od_connectivity_igraph
    • rsr.igraph_sfun.nx_to_igraph
    • rsr.rsr.minimise_upper_states_random
    • rsr.rsr.minimise_lower_states_random
    • rsr.rsr.update_refs
    • rsr.rsr.sample_new_comp_st_to_test
    • rsr.rsr.classify_samples_with_indices
  • Contributors, Contact & Citation
Back to top
View this page

How to use the toolkit¶

The typical workflow is demonstrated using the toy_global_k_conn demo.

1. Define inputs¶

See the “Define inputs” section of demos/toy_global_k_conn/s01_find_refs.ipynb.

2. Obtain reference states¶

See the “Obtain reference states” section of the same notebook.

3. Compute system probabilities¶

See demos/toy_global_k_conn/s02_cal_probs.ipynb.

Next
API Reference
Previous
Home
Copyright © 2026, Ji-Eun Byun, Hyeuk Ryu, Junho Song
Made with Sphinx and @pradyunsg's Furo
On this page
  • How to use the toolkit
    • 1. Define inputs
    • 2. Obtain reference states
    • 3. Compute system probabilities