You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a Jupyter Notebook interface with inputs to calculate a range of plasma parameters given various input values.
Example: Return Alfven speed given magnetic field and density.
Ideal Final version: Put in all inputs and have calculator return all possible calculated components.
Example: If I put in a magnetic field and a density, calculator will return Alfven Speed, plasma frequency, gyrofrequncy, but not ion speed (since T is not given).
The text was updated successfully, but these errors were encountered:
Also, apart from having a Jupyter Notebook, how do we feel about also having a GUI for such purpose?
I was thinking of creating a simple user interface which can be developed using tkinter
Create a Jupyter Notebook interface with inputs to calculate a range of plasma parameters given various input values.
Example: Return Alfven speed given magnetic field and density.
Ideal Final version: Put in all inputs and have calculator return all possible calculated components.
Example: If I put in a magnetic field and a density, calculator will return Alfven Speed, plasma frequency, gyrofrequncy, but not ion speed (since T is not given).
The text was updated successfully, but these errors were encountered: