def test_singular_graph_system(): for opts in opt_list: reset_options() options(**opts) _test_sparse.test_singular_graph_system(smatrix)
def test_smatrix_shape(): for opts in opt_list: reset_options() options(**opts) _test_sparse.test_smatrix_shape(smatrix)
def test_two_equal_leads(): for opts in opt_list: reset_options() options(**opts) _test_sparse.test_two_equal_leads(smatrix)
def test_output(): for opts in opt_list: reset_options() options(**opts) _test_sparse.test_output(smatrix)
def test_one_lead(): for opts in opt_list: reset_options() options(**opts) _test_sparse.test_one_lead(smatrix)
def test_selfenergy_reflection(): for opts in opt_list: reset_options() options(**opts) _test_sparse.test_selfenergy_reflection(greens_function, smatrix)
def test_ldos(): for opts in opt_list: reset_options() options(**opts) _test_sparse.test_ldos(ldos)
def test_tricky_singular_hopping(): for opts in opt_list: reset_options() options(**opts) _test_sparse.test_tricky_singular_hopping(smatrix)
def test_many_leads(): for opts in opt_list: reset_options() options(**opts) _test_sparse.test_many_leads(greens_function, smatrix)
def test_very_singular_leads(): for opts in opt_list: reset_options() options(**opts) _test_sparse.test_very_singular_leads(smatrix)