File: README.md

package info (click to toggle)
abinit 9.10.4-3
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 518,712 kB
  • sloc: xml: 877,568; f90: 577,240; python: 80,760; perl: 7,019; ansic: 4,585; sh: 1,925; javascript: 601; fortran: 557; cpp: 454; objc: 323; makefile: 77; csh: 42; pascal: 31
file content (45 lines) | stat: -rw-r--r-- 1,187 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
ABINIT users scripts
====================

A collection of scripts contributed by various users.
The scripts are organized as follow:

- configure
    To ease configuration/compilation of ABINIT.

- post_processing
    To plot, extract or modify output data.

- pre_processing
    To check, visualize or manipulate input data.

- deprecated
    Scripts that are not documented or suspected to be broken.
    Will eventually be removed. If you think a deprecated script
    should not be kept, contact the developers via the forum.

HOW TO CONTRIBUTE
-----------------

Before commiting a new script to this directory, please make sure
it contains full documentation. If your script is a single file,
include comments at the head of the file. If you want to add a
collection of scripts, you can gather them in a sub-directory and
include a README file.

Proper documentation should contain:

- A one-liner description of the program.
  (to be added to the local README file)

- A literal description of the program.

- The data on which the script operates. 

- Usage (how to feed the inputs to your script.)

- The output data produced.

- Author information (name and email address).