Skip to content
Snippets Groups Projects
Commit def984b7 authored by Joseph Weston's avatar Joseph Weston
Browse files

remove unresolvable reference to scipy.integrate.quad

This shouldn't be a problem, but sphinx complains.
parent 0c646ce9
No related branches found
No related tags found
No related merge requests found
Pipeline #15442 passed with warnings
...@@ -1017,7 +1017,7 @@ class magnetic_gauge: ...@@ -1017,7 +1017,7 @@ class magnetic_gauge:
If True, estimate the magnetic flux through each hopping loop If True, estimate the magnetic flux through each hopping loop
in the system by evaluating the magnetic field at a single in the system by evaluating the magnetic field at a single
position inside the loop and multiplying it by the area of the position inside the loop and multiplying it by the area of the
loop. If False, then `~scipy.integrate.quad` is used to integrate loop. If False, then ``scipy.integrate.quad`` is used to integrate
the magnetic field. This parameter is only used when 'syst_field' the magnetic field. This parameter is only used when 'syst_field'
or 'lead_fields' are callable. or 'lead_fields' are callable.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment