~ubuntu-branches/ubuntu/quantal/psicode/quantal

« back to all changes in this revision

Viewing changes to src/bin/transqt/yoshimine.h

  • Committer: Bazaar Package Importer
  • Author(s): Michael Banck, Michael Banck, Daniel Leidert
  • Date: 2009-02-23 00:12:02 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20090223001202-rutldoy3dimfpesc
Tags: 3.4.0-1
* New upstream release.

[ Michael Banck ]
* debian/patches/01_DESTDIR.dpatch: Refreshed.
* debian/patches/02_FHS.dpatch: Removed, applied upstream.
* debian/patches/03_debian_docdir: Likewise.
* debian/patches/04_man.dpatch: Likewise.
* debian/patches/06_466828_fix_gcc_43_ftbfs.dpatch: Likewise.
* debian/patches/07_464867_move_executables: Fixed and refreshed.
* debian/patches/00list: Adjusted.
* debian/control: Improved description.
* debian/patches-held: Removed.
* debian/rules (install/psi3): Do not ship the ruby bindings for now.

[ Daniel Leidert ]
* debian/rules: Fix txtdir via DEB_MAKE_INSTALL_TARGET.
* debian/patches/01_DESTDIR.dpatch: Refreshed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#ifndef YOSHIMINE_H
2
 
#define YOSHIMINE_H
 
1
/*! \file
 
2
    \ingroup TRANSQT
 
3
    \brief Enter brief description of file here 
 
4
*/
 
5
#ifndef _psi3_bin_transqt_yoshimine_h_
 
6
#define _psi3_bin_transqt_yoshimine_h_
 
7
 
 
8
namespace psi { namespace transqt {
3
9
 
4
10
/*
5
11
** YOSHIMINE.H 
67
73
YEXTERN void yosh_rdtwo_backtr(struct yoshimine *YBuff, int tei_file, 
68
74
      int *ioff, int symmetrize, int add_ref_pt, int del_tei_file, int prtflg, 
69
75
      FILE *outfile);
70
 
YEXTERN void yosh_rdtwo_backtr_uhf(char *spin, struct yoshimine *YBuff, int tei_file, 
 
76
YEXTERN void yosh_rdtwo_backtr_uhf(const char *spin, struct yoshimine *YBuff, int tei_file, 
71
77
      int *ioff, int swap_bk, int symm_pq, int del_tei_file, int prtflg, FILE *outfile);
72
78
YEXTERN void flush_bucket(struct bucket *bptr, int lastbuf);
73
79
YEXTERN void yosh_sort(struct yoshimine *YBuff, int out_tape, int keep_bins,
93
99
YEXTERN void yosh_buff_put_val(struct yoshimine *YBuff, int *ioff, int pq,
94
100
                       int p, int q, int r, int s, double value, int prtflg,
95
101
                       FILE *outfile);
96
 
#endif /* end YOSHIMINE_H */
 
102
YEXTERN void yosh_wrt_arr_mp2r12a(struct yoshimine *YBuff, int p, int q, int pq,
 
103
                          int pqsym, double **arr, int rsym, int *firstr,
 
104
                          int *lastr, int *firsts, int *lasts, int sortby_rs,
 
105
                          int *occ, int *ioff3,
 
106
                          int printflag, FILE *outfile);
 
107
}} // end namespace psi::transqt
 
108
#endif // header guard