00001 00005 #ifndef _psi3_bin_transqt_backsort_h_ 00006 #define _psi3_bin_transqt_backsort_h_ 00007 00008 namespace psi { namespace transqt { 00009 00010 void backsort_prep(int uhf); 00011 void backsort(int first_tmp_file, double tolerance, int uhf); 00012 void backsort_write(int i, int j, double **A, int kfirst, int klast, 00013 int lfirst, int llast, int printflag, FILE *outfile, 00014 struct iwlbuf *twopdm_out, int uhf); 00015 00016 }} // end namespace psi::transqt 00017 #endif // header guard
1.5.4