Merge branch 'main' of gitea.pkm.physik.tu-darmstadt.de:IPKM/isotopetable
This commit is contained in:
2026-05-31 20:55:28 +02:00
4 changed files with 1 additions and 1 deletions
Binary file not shown.
+1 -1
View File
@@ -89,7 +89,7 @@ def result(request):
if abs(f_Larmor - freq) <= freq_range:
close_isotopes.append(isotope_info(isotope, field_T))
ans = sorted(close_isotopes, key=lambda x: -float(x[3]))
div = f"Field B<sub>0</sub>: {field_T:.3f} T"
div = f"Field B<sub>0</sub>: {field_T:.3g} T"
script = ""
elif request.GET.get('gradient_search') == "":