File: coords.fdf

package info (click to toggle)
libfdf 0.5.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 552 kB
  • sloc: f90: 4,028; perl: 805; python: 174; sh: 116; makefile: 99
file content (15 lines) | stat: -rw-r--r-- 554 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#
# File "searched" in sample.fdf
#

%block AtomicCoordinatesAndAtomicSpecies        # Beginning of Block
 0.000000  0.000000  0.000000  1                # Coordinates, species index
 1.431000  1.108000  0.000000  2
-1.431000  1.108000  0.000000  2

# This block contains coordinate information.
# The program only reads the leading lines, and here we can safely put
# some comments. Ideally, the program would read its input using some
# kind of "readline" routine to filter comments...

%endblock ATOMICCoordinatesAndAtomicSpecies       # End of Block