⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 getinitialstate.h

📁 c++编写的并行拉马克遗传算法的程序。实现分析对接程序
💻 H
字号:
#ifndef GETINITIALSTATE#define GETINITIALSTATE#include "constants.h"#include "qmultiply.h"#include "stateLibrary.h"#include "initautodock.h"#include "trilinterp.h"#include "eintcal.h"#include "cnv_state_to_coords.h"#include "prInitialState.h"#include "timesys.h"void getInitialState(              float *Addr_e0,            float e0max,	    State *sInit,	    State *sMin,	    State *sLast,            Boole B_RandomTran0,            Boole B_RandomQuat0,            Boole B_RandomDihe0,            float charge[MAX_ATOMS],            float q1q2[MAX_NONBONDS],            float crd[MAX_ATOMS][SPACE],            float crdpdb[MAX_ATOMS][SPACE],            char  atomstuff[MAX_ATOMS][MAX_CHARS],            float elec[MAX_ATOMS],            float emap[MAX_ATOMS],            float e_internal[NEINT][ATOM_MAPS][ATOM_MAPS],            Boole B_calcIntElec,            float xhi,            float yhi,            float zhi,            float xlo,            float ylo,            float zlo,            float inv_spacing,            float map[MAX_GRID_PTS][MAX_GRID_PTS][MAX_GRID_PTS][MAX_MAPS],            int   natom,            int   Nnb,            int   nonbondlist[MAX_NONBONDS][2],            int   ntor,            int   tlist[MAX_TORS][MAX_ATOMS],            int   type[MAX_ATOMS],            float vt[MAX_TORS][SPACE],            int   irun1,            int   outlev,	    int   MaxRetries,	    float torsFreeEnergy);#endif

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -