mirror of https://gitlab.com/QEF/q-e.git
Update Readme
This commit is contained in:
parent
e31aa94fe1
commit
f080942128
|
@ -1,15 +1,27 @@
|
|||
This is the distribution of the Quantum ESPRESSO suite of codes (ESPRESSO:
|
||||
opEn-Source Package for Research in Electronic Structure, Simulation, and
|
||||
Optimization).
|
||||

|
||||
|
||||
> This is the distribution of the Quantum ESPRESSO suite of codes (ESPRESSO:
|
||||
> opEn-Source Package for Research in Electronic Structure, Simulation, and
|
||||
> Optimization).
|
||||
|
||||
[](https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html)
|
||||
|
||||
## USAGE
|
||||
|
||||
Quick installation instructions for the impatient:
|
||||
./configure [options]
|
||||
make all
|
||||
|
||||
```
|
||||
./configure [options]
|
||||
make all
|
||||
```
|
||||
|
||||
("make" alone prints a list of acceptable targets). Binaries go in bin/.
|
||||
For more information, see the general documentation in directory Doc/,
|
||||
package-specific documentation in */Doc/, and the web site
|
||||
For more information, see the general documentation in directory Doc/,
|
||||
package-specific documentation in \*/Doc/, and the web site
|
||||
http://www.quantum-espresso.org/
|
||||
|
||||
## LICENSE
|
||||
|
||||
All the material included in this distribution is free software;
|
||||
you can redistribute it and/or modify it under the terms of the GNU
|
||||
General Public License as published by the Free Software Foundation;
|
||||
|
@ -23,5 +35,3 @@ for more details.
|
|||
You should have received a copy of the GNU General Public License along
|
||||
with this program; if not, write to the Free Software Foundation, Inc.,
|
||||
675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
|
||||
|
Loading…
Reference in New Issue