Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 1.29 KB

README.md

File metadata and controls

42 lines (28 loc) · 1.29 KB

magchain_graphical_interface

Graphical interfaces in PyQt5 to run and analyse MagChain simulations.

  • MagChainSetup

  • MagChainAnalysis

Table of contents

Description

  • MagChainSetup: Graphical interface to run MagChain simulations. As it is explained in the MagChain Simultion Program documentation, an attraction_radius.dat file and a general input file (that includes the attraction_radius.dat file) are needed. With this graphical interface these input files can be easily generated and, afterwards, the simulation can be run.

  • MagChainAnalysis: Graphical interface to analyse the generated output data by MagChain Simulation Program.

Requirements

Python 3 installed with the following libraries

  • NumPy
  • Matplotlib
  • PyQt5

Usage

Open the .pyw file by double cliking or execute from a console as python3 filename.pyw

Authors

  • A. Giménez-Romero

License

This project is licensed under the GNU General Public License - see the LICENSE.md file for details