Tools to facilitate input generation and analysis of FCclasses (see http://www.pi.iccom.cnr.it/en/fcclasses)
- Generation of inptut data:
fcc_gen_state
: generate state_files and an initial template for the input file, from output of different QM programs (checkgen_fcc_state -h
)fcc_gen_dipfile
: generates eldip and magdip files from output of QM programs (checkfcc_gen_dipfile -h
)
- Post-processing tools:
reconvolute_TD
andreconvolute_TI
: regenerate the spectrum with a new convolution scheme once the TI or TD calculation is doneconvolute_RR
: apply a convolution to the stick RR spectra produced by FCclasses3
- Analysis GUIs:
fcc_analyzer_PyQt5.py
: a GUI to analyze stick spectra from the output of a TI calculation (check documentation). Requirespython3
and packagesnumpy
andmatplotlib
andPyQt5
. The interface looks as scketched below.fcc_RRinspector_PyQt5.py
: a GUI for the inspection of vibrational RR spectra at different incident frequencies (i.e. inspect data fromRR_Spectra_2D.dat
)
Download the zip or git clone this repository. Then:
-
./fix_time_stamps.sh
-
./configure --bindir INSTALLPATH
(where INSTALLPATH is the location where the binaries will be placed)
make
If you have set an appropriate PATH for installation, also:
make install
Otherwise, the programs are installed in src/generators