Davy's Rudimentary Descriptor Extractor (DaRuDE) is a Python script that extracts 21 quantum mechanical descriptors that are output by the MaPhi descriptor program from Orca output files.
- Extract 21 descriptors from Orca output files into a .csv retaining the same order as MaPhi
- Generate initial geometries or input files
- Optimise geometries
- Check geometry optimisation convergence
- Visualise molecular orbitals
- Extract descriptors for more than one Orca output file
Orca input files must contain the following code block to calculate the raw data that DaRuDE extracts
%output
print[P_MOs] true
end
%elprop
Quadrupole True
end
pip install -r requirements.txt
- cclib
- regex
- pandas
- numpy
- Make an install script for a Conda environment