quantum-espresso/GUI
Anton Kokalj 8f511f4edd An issue with spacing caused the two floats to be adjacent to one another if they are sufficiently large, which causes q2r to crash when reading the files. Adding an additional space fixes this issue. 2020-11-29 20:49:26 +00:00
..
Guib Adopting to new versions of itk-4.*. 2017-07-10 14:22:53 +00:00
PWgui An issue with spacing caused the two floats to be adjacent to one another if they are sufficiently large, which causes q2r to crash when reading the files. Adding an additional space fixes this issue. 2020-11-29 20:49:26 +00:00
QE-modes An issue with spacing caused the two floats to be adjacent to one another if they are sufficiently large, which causes q2r to crash when reading the files. Adding an additional space fixes this issue. 2020-11-29 20:49:26 +00:00
Makefile A few more changes so that "make gui" creates a functional PWgui. 2019-03-01 23:44:12 +01:00
README hopefully more clear description of what's in GUI directory 2016-10-02 19:00:52 +00:00

README

 ==============================================================================
             * * * README file for espresso/GUI directory * * *
 ==============================================================================


This directory contains:

  (1) PWgui: a Graphical-User-Interface for PWscf

  (2) QE-modes package: a collection of Emacs major-modes for
      Quantum ESPRESSO input files.


This directory contains the following three subdirectories:

 PWgui/ -- the PWgui itself
 Guib/  -- the engine that the PWgui uses
 QE-modes/ -- the QE-modes package: a collection of Emacs major-modes for QE



Info about the QE-modes package:
--------------------------------

See the QE-modes/README and QE-modes/README.svn files.


Info about the PWgui package:
-----------------------------

The PWgui GUI is based on Guib engine (see
http://www-k3.ijs.si/kokalj/guib/guib.html), which is provided in the
Guib/ subdirectory.

See the following files in PWgui/ directory:
	INSTALL.svn      
	INSTALL          
	README           
	README.developer 

About Guib/ directory: it can be treated as "technicalities", and
except you want to develop Guib, you do not need to enter ever in that
directory