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

📄 analysis.h

📁 c++编写的并行拉马克遗传算法的程序。实现分析对接程序
💻 H
字号:
#include "constants.h"#include "getpdbcrds.h"#include "stateLibrary.h"#include "cnv_state_to_coords.h"#include "sort_enrg.h"#include "cluster_analysis.h"#include "prClusterHist.h"#include "getrms.h"#include "eintcal.h"#include "trilinterp.h"#include "print_rem.h"#include "strindex.h"#include "print_avsfld.h"#ifndef ANALYSIS#define ANALYSISvoid  analysis( int   Nnb,                 char  atomstuff[MAX_ATOMS][MAX_CHARS],                 float charge[MAX_ATOMS], 	              Boole B_calcIntElec,	              float q1q2[MAX_NONBONDS],                float clus_rms_tol,                 float crdpdb[MAX_ATOMS][SPACE],                 float e_internal[NEINT][ATOM_MAPS][ATOM_MAPS],                 float inv_spacing,                 float map[MAX_GRID_PTS][MAX_GRID_PTS][MAX_GRID_PTS][MAX_MAPS],                 float econf[MAX_RUNS],                 int   irunmax,                 float xlo,                 float ylo,                 float zlo,                 int   natom,                 int   nonbondlist[MAX_NONBONDS][2],                 int   nconf,                 int   ntor,                 State hist[MAX_RUNS],                 char  smFileName[MAX_CHARS],                 float sml_center[SPACE],                 Boole B_symmetry_flag,                 int   tlist[MAX_TORS][MAX_ATOMS],                 int   type[MAX_ATOMS],                 float vt[MAX_TORS][SPACE],		char  rms_ref_crds[MAX_CHARS],		float torsFreeEnergy,    Boole B_write_all_clusmem);#endif

⌨️ 快捷键说明

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