Last change
on this file since ae0078 was 71dc4e, checked in by Frederik Heber <heber@…>, 17 years ago |
new tiny program diagonalize prints eigenvalues&-vectors of 3x3 matrix
This small program is useful when we have to rediagonalize sigma_reci values in order to obtain PAS values and especially the iso shielding.
|
-
Property mode
set to
100644
|
File size:
976 bytes
|
Line | |
---|
1 | #ACLOCAL_AMFLAGS = -I m4
|
---|
2 | SUBDIRS = doc tests
|
---|
3 |
|
---|
4 | bin_PROGRAMS = \
|
---|
5 | average \
|
---|
6 | CreateGaAs \
|
---|
7 | CreateH2 \
|
---|
8 | diagonalize \
|
---|
9 | GetPdb \
|
---|
10 | NanoCreator \
|
---|
11 | ReadSrcIon \
|
---|
12 | stochastik \
|
---|
13 | VibrAlyzer
|
---|
14 |
|
---|
15 | GetPdb_SOURCES = GetPdb.c mergesort.c mergesort.h
|
---|
16 | diagonalize_SOURCES = diagonalize.c
|
---|
17 | stochastik_SOURCES = stochastik.cpp
|
---|
18 | NanoCreator_SOURCES = NanoCreator.c NanoCreator.h
|
---|
19 | average_SOURCES = average.cpp
|
---|
20 | VibrAlyzer_SOURCES = VibrAlyzer.c
|
---|
21 |
|
---|
22 | scripts = \
|
---|
23 | average_result.sh \
|
---|
24 | CreateFromXYZ.sh \
|
---|
25 | config2xyz.sh \
|
---|
26 | convert2old.sh \
|
---|
27 | convertpdb.sh \
|
---|
28 | dynamicANOVA.sh \
|
---|
29 | gather_result.sh \
|
---|
30 | gather_all_results.sh \
|
---|
31 | grep_shielding.sh \
|
---|
32 | gather_averaged_results.sh \
|
---|
33 | meas2pdb.sh \
|
---|
34 | Nanotubes.pl \
|
---|
35 | ReSequenceDX.pl
|
---|
36 |
|
---|
37 | bin_SCRIPTS = ${scripts}
|
---|
38 |
|
---|
39 | AM_CFLAGS = -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wshadow -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Wredundant-decls -Wnested-externs -Wmissing-noreturn -Wformat-security -Wmissing-format-attribute -Winit-self
|
---|
Note:
See
TracBrowser
for help on using the repository browser.