-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
21 lines (17 loc) · 711 Bytes
/
README
File metadata and controls
21 lines (17 loc) · 711 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Program to calculate structural properties of amorphous silicon
The program reads a configuration of amorphous silicon model as
a single XYZ file and calculates Pair-Correlation Function (PCF)
Structure Factor (S(k)), Bond-Angle Distribution (BAD), and
generate Coordination Number (CN) and Nearest Neighor Map (NMAP)
DIL LIMBU, USM
APRIL 2018
TO COMPILE:: Use Makefile provided
USAGE:: ./structure.x INPUT.XYZ
OUTPUTS::
gr.dat <- Pair Correlation Function
Sk.dat <- Structure Factor
bad.dat <- Bond Angle Distribution
Cn.dat <- Coordination Number
nmap.dat <- List of ALL Nearest Neighbors
PLOT::
RUN Python script to generate plots