📄 investigate.h
字号:
/* investigate.h */#ifndef INVESTIGATE#define INVESTIGATE#include "constants.h"#include "getpdbcrds.h"#include "mkRandomState.h"#include "cnv_state_to_coords.h"#include "getrms.h"#include "trilinterp.h"#include "eintcal.h"#include "changeState.h"#include "stateLibrary.h"#define NUMRMSBINS 80 /* int NumRmsBins = 40; // NumRmsBins = MaxRms / RmsBinSize; */extern FILE *logFile;extern char *programname;void investigate( int Nnb, float charge[MAX_ATOMS], Boole B_calcIntElec, float q1q2[MAX_NONBONDS], float crd[MAX_ATOMS][SPACE], float crdpdb[MAX_ATOMS][SPACE], float e_internal[NEINT][ATOM_MAPS][ATOM_MAPS], float xhi, float yhi, float zhi, float inv_spacing, int maxTests, float xlo, float ylo, float zlo, float map[MAX_GRID_PTS][MAX_GRID_PTS][MAX_GRID_PTS][MAX_MAPS], int natom, int nonbondlist[MAX_NONBONDS][2], int ntor, int outlev, int tlist[MAX_TORS][MAX_ATOMS], int type[MAX_ATOMS], float vt[MAX_TORS][SPACE], Boole B_isGaussTorCon, unsigned short US_torProfile[MAX_TORS][NTORDIVS], Boole B_isTorConstrained[MAX_TORS], Boole B_ShowTorE, unsigned short US_TorE[MAX_TORS], float F_TorConRange[MAX_TORS][MAX_TOR_CON][2], int N_con[MAX_TORS], Boole B_symmetry_flag, char FN_rms_ref_crds[MAX_CHARS], int OutputEveryNTests, int NumLocalTests, float trnStep, float torStep);#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -