Skip to content
Snippets Groups Projects
Commit 55dacf72 authored by Anton Akhmerov's avatar Anton Akhmerov Committed by Christoph Groth
Browse files

add call signature to hamiltonian_submatrix

parent 9ecf152e
No related branches found
No related tags found
No related merge requests found
......@@ -213,6 +213,7 @@ def make_dense_full(ham, args, CGraph gr, diag,
return h_sub
@cython.embedsignature(True)
def hamiltonian_submatrix(self, to_sites=None, from_sites=None,
sparse=False, return_norb=False,
args=()):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment