2020年6月22日
origin
1. 首先画一个单y轴
选中数据并,plot>line 画出图
figure1
figure2
2. 然后插入另一个坐标轴
如图figure3,可以得到figure4–双y轴
figure3
figure4
3. 插入数据,并 ...
Read more
2020年6月18日
Hexo command
1. Create a new post123$ hexo new [layout] "My New Post"where layout: post; page; draftdefault layout==post
More info: Writing
2. Run s ...
Read more
2020年5月9日
Ovito
1. 去掉盒子
直接把Display下的Simulation Cell前的框框里的√去掉即可。
Read more
2020年5月8日
Tecplot
1. Plot<Axis<独立操作x,y,z的Size Factors
Plot<Axis
独立操作x,y,z的Size Factors
调原子间距效果
2. x,y,z方向的视角调整
可以手动调,但正视图、侧视图、俯视图手动调可能不太好调
一般这种可 ...
Read more
2020年4月16日
Fortran
error
[toc]
1. FFTW调用出错1234567/tmp/cc7nhiwo.o: In function `MAIN__':xxx.f90:(.text+0x200c): undefined reference to `dfftw_plan_dft_1d_'xxx.f90 ...
Read more
2019年8月5日
Python
Tutorials
python镜像配置
[toc]
Window python 镜像
临时
1pip install numpy -i http://mirrors.aliyun.com/pypi/simple/
永久
在 windows “文件资源管理器” 地址栏 输入 %APPDATA% 回车;或者直接找到路径 ...
Read more
2019年1月22日
GULP
[toc]
GULP (General Utility Lattice Program)晶格动力学软件
在线Manual
1. Run GULP Command
GULP 执行命令:gulpoutputfile
例如:
1$ /home/ubuntu/GULP/gulp-5.2/Src ...
Read more
2019年1月22日
GROMACS
GROMACS入门
[toc]
GROMACS 入门GROMACS 安装
安装:
12345678wget https://ftp.gromacs.org/gromacs/gromacs-2023.tar.gztar -zxvf gromacs-2023.tar.gzcd gromacs-2023mkdir b ...
Read more
2019年1月22日
Lammps
Lammps Command
[toc]
neighbor 2.0 multi
neighbor skin style
此命令用于设置cutoff distance;
3种style代表不同的算法去构建list,bin nsq multi
一般使用bin较多;
nsq没有用过,手册上讲,在计算非周期性的盒子里的未溶解的 ...
Read more
2019年1月22日
Lammps
Lammps安装
[toc]
- Windows下Lammps安装
官网下载Windows版Lammps,和并行包mpich2;2.下载完成后,直接双击LAMMPS-64bit-stable-MPI.exe安装,可以自定义安装位置;
Similarly,接着安装MPICH2mpich2-1.4.1p1-win ...
Read more