Metadata-Version: 2.1
Name: molmag_ac_gui
Version: 0.1.9
Summary: A user interface and functions to work with magnetic relaxation
Home-page: https://eandklahn.github.io
Author: Emil A. Klahn
Author-email: emil.klahn@gmail.com
License: MIT
Download-URL: https://pypi.org/project/molmag-ac-gui
Description: Import `process_ac` to use in scripts with your own data.
        
        Run the GUI with
        ```
        python -m molmag_ac_gui
        ```
        to use the GUI for fitting relaxation times. Your own file with data of can be loaded and fitted in the "Analysis"-tab
        if the file is formatted as
        
        ```
        T1 tau1
        T2 tau2
        T3 tau3
        
        ...
        ```
        
        v. 0.1.8:
        Removed a dependency on my own library of scientific constants and replaced with scipy.constants
        
        v. 0.1.9:
        Fixed import issue in importing process_ac
Keywords: Magnetism,Molecular magnetism,Magnetic relaxation
Platform: UNKNOWN
Description-Content-Type: text/markdown
