1 /**********************************************************************************************************
2 Copyright (c) 2002-2013 Abdul-Rahman Allouche. All rights reserved
3 
4 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
5 documentation files (the Gabedit), to deal in the Software without restriction, including without limitation
6 the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software,
7 and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
8 
9   The above copyright notice and this permission notice shall be included in all copies or substantial portions
10   of the Software.
11 
12 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
13 TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
14 THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
15 CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
16 DEALINGS IN THE SOFTWARE.
17 ************************************************************************************************************/
18 
19 #ifndef __GABEDIT_GEOMZMATRIX_H__
20 #define __GABEDIT_GEOMZMATRIX_H__
21 
22 void set_variable_one_atom_in_GeomZMatrix(gint i);
23 void create_geom_list(GtkWidget *,guint);
24 void create_variables_list(GtkWidget *,guint);
25 void read_ZMatrix_file_no_add_list(gchar* );
26 void read_ZMatrix_mopac_file_no_add_list(gchar*FileName);
27 void read_Zmat_from_demon_input_file(gchar *, FilePosTypeGeom  );
28 void read_Zmat_from_gauss_input_file(gchar *, FilePosTypeGeom  );
29 void read_Zmat_from_orca_input_file(gchar *NomFichier);
30 void read_Zmat_from_nwchem_input_file(gchar *NomFichier);
31 void read_Zmat_from_psicode_input_file(gchar *NomFichier);
32 void read_Zmat_from_qchem_input_file(gchar *NomFichier);
33 void read_Zmat_from_mopac_input_file(gchar *NomFichier);
34 void read_Zmat_from_mopac_irc_output_file(gchar *FileName, gint numGeom);
35 void read_Zmat_from_mopac_scan_output_file(gchar *FileName, gint numGeom);
36 gint read_Zmat_from_molcas_input_file(gchar *fileName);
37 void read_Zmat_from_molpro_input_file(gchar *, FilePosTypeGeom  );
38 void freeGeom();
39 void freeVariables();
40 void selc_ZMatrix_mopac_file();
41 void selc_ZMatrix_file();
42 void save_geometry_gzmatrix_file(GabeditFileChooser *SelecFile, gint response_id);
43 void save_geometry_mzmatrix_file(GabeditFileChooser *SelecFile, gint response_id);
44 void read_ZMatrix_file(GabeditFileChooser *SelecteurFichier, gint response_id);
45 void read_ZMatrix_mopac_file(GabeditFileChooser *SelecteurFichier, gint response_id);
46 
47 #endif /* __GABEDIT_GEOMZMATRIX_H__ */
48