“CCDC检索方法”的版本间的差异

来自化工学习站
跳到导航 跳到搜索
第2行: 第2行:
  
 
==CellCheckCSD 软件==
 
==CellCheckCSD 软件==
 +
下载地址[https://ccdc.cam.ac.uk/Community/csd-community/CellCheckCSD/]
  
    下载地址[https://ccdc.cam.ac.uk/Community/csd-community/CellCheckCSD/]
 
 
 
==Winddows版==
 
==Winddows版==
 
     安装方法[略]
 
     安装方法[略]

2022年9月2日 (五) 14:35的版本

CCDC的软件检索方法

CellCheckCSD 软件

下载地址[1]

Winddows版

   安装方法[略]
   检索方法:
   ccdc_searcher.bat -query <XML query file path> [-results <XML results file path>] [-help]
   -query      : 检索文件,XML格式
   -results    : 检索结果文件,不指定则为当前目录下的 'ccdc_searcher.xml'
   -help       : 帮助文件
   例:
   ccdc_searcher.bat -query query1.xml
   ccdc_searcher.bat -query D:\queries\query2.xml -results D:\results\results2.xml

Linux 版

   安装方法[略]

   检索方法:
   
   ./ccdc_searcher -query <XML query file path> [-results <XML results file path>] [-help]
    
    参数同windows版本
    将目录加入环境变量的方法:
    export PATH=<installdir>/bin:$PATH