Skip to content
Snippets Groups Projects
Commit 2b2116f3 authored by Wolf Widdra's avatar Wolf Widdra
Browse files

Version 2.0 (changed fortran code)

parent e987fd1e
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,8 @@ from matplotlib.backends.backend_qt5agg import \
FigureCanvasQTAgg as FigureCanvas
from matplotlib.backends.backend_qt5agg import \
NavigationToolbar2QT as NavigationToolbar
from PyQt5 import QtCore, QtGui, QtWidgets, uic
#from PyQt5 import QtCore, QtGui, QtWidgets, uic
from PyQt6 import QtCore, QtGui, QtWidgets, uic
import libhreels as hh
hhPath = hh.__path__[0]
from libhreels.Auger import Auger
......
......@@ -9,7 +9,8 @@ from matplotlib.backends.backend_qt5agg import \
FigureCanvasQTAgg as FigureCanvas
from matplotlib.backends.backend_qt5agg import \
NavigationToolbar2QT as NavigationToolbar
from PyQt5 import QtCore, QtGui, QtWidgets, uic
#from PyQt5 import QtCore, QtGui, QtWidgets, uic
from PyQt6 import QtCore, QtGui, QtWidgets, uic
import libhreels as hh
hhPath = os.path.dirname(__file__)
from libhreels.HREELS import HREELS, myPath
......
File deleted
File deleted
File deleted
......@@ -990,7 +990,7 @@ subroutine seteps(nos, osc_size, osc, epsinf, wn, nLayer, eps)
enddo
j = j+m ! we have already looped over the LO modes, therefore increase the index
eps(l) = epsinf(l) * nomi / deno + addeps
eps(l) = epsinf(l) * (nomi / deno + addeps) ! brackets changed by HHe 230915
enddo
debugFirstRun = .false.
return
......
File deleted
This diff is collapsed.
......@@ -17,7 +17,6 @@ scipy = "^1.4"
#elog = {url = "https://github.com/paulscherrerinstitute/py_elog/archive/master.zip"}
requests = "^2.23.0"
argparse = "^1.4.0"
PyQt5 = "^5.13"
numpy = "^1.18.2"
#elog = {url = "https://github.com/paulscherrerinstitute/py_elog/archive/master.zip"}
......@@ -36,4 +35,4 @@ viewhreels = "libhreels.ViewHREELS20:myMain"
[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"
\ No newline at end of file
build-backend = "poetry.masonry.api"
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