(2) 安装适应python版本的PyCifRW,我装的python==3.11,对应的版本不是PyCifRW 4.4.6,而是PyCifRW 4.4.5,很神奇,对不对!!,安装方法两种: pip install PyCifRW==4.4.5 或 pip install PyCifRW-4.4.5-cp311-cp311-win_amd64.whl (下载的哟) (3) 然后安装 cif2cell : pip install cif2cell 成功!
install and move necessary files back to this folder, so we don't have… 4年前 README GPL-3.0 支持ABACUS的CIF2Cell修改版 目的 使用方法 支持ABACUS的CIF2Cell修改版 目的 支持从CIF文件读取原子结构数据,并结合其他输入参数(如赝势、轨道文件目录等),导出可直接运行DFT计算的ABACUS输入文件(包括INPUT KPT...
The setup will install the manual, cif2cell.pdf, into the $PREFIX/lib/cif2cell/docs directory. RUNNING Run 'cif2cell -h' to get a listing of the different options. Example: cif2cell Ni20Mn3P6.cif -p vasp --vasp-cartesian-positions will generate a POSCAR file for VASP with the posit...
Install (on ubuntu 20.04 LTS) sudo apt update sudo apt -y install python2 python-setuptools python2-dev git clone https://github.com/by-student-2017/cif2cell-informal.git cd cif2cell-informal tar zxvf PyCifRW-3.3.tar.gz cd PyCifRW-3.3 sudo python2 setup.py install cd .. sudo python...
那么接下来就进行安装吧,在上图文件夹里面输入指令:python setup.py install --user (加上 - -user 是安装到当前用户的目录下,推荐这么使用 ),下图是输入安装指令之后: 如果安装过程当中没有报错.尝试在终端提示符下输入:cif2cell -h 和 atomconfig2cif –h, 如果直接显示帮助信息而不是报错,恭喜你已经获得...
To install the program in your systems standard location, simply type: python setup.py install To choose a different location, add --prefix=where/you/want/it to the above line. For help and more options type python setup.py --help
注意:cif2cell依赖一个叫PyCifRW的python库,千万不要用pip install PyCifRW去安装这个库,因为你自己下载的库版本太新了,cif2cell用不了这个库,所以只需要通过pythonsetup.pyinstall直接安装即可,相应版本的PyCifRW库它会自己配置好的。 千万不要画蛇添足 ...