Eastsheng's Wiki

虚拟机扩容

Linux学习 虚拟机扩容 Ubuntu
1. VMware虚拟机虚拟硬盘扩展 虚拟机关机情况下,打开虚拟机>设置>硬盘; 点击右侧磁盘实用工具下方扩展,输入磁盘大小,点击扩展; 注意,谨慎操作,貌似虚拟盘只能增大,往小了改的话好像很困难,我是实现不了; 耐心等…… 2. 在Ubuntu虚拟机中分配内存 目前只是 ...
Read more

日常笔记2021

Daily Notes
[toc] 1. 只要使用键盘Materials Studio就卡住 解决方法:在微软拼音输入法的“中”(或“英”)字上右击鼠标,然后点“设置”,在弹出界面中点“常规”,在新界面中向下滚动动底部,有个兼容性,打开兼容性,然后就OK了。 参考链接:[1] http://muchong.com/ ...
Read more

Matplotlib基本-1

Python Matplotlib
[toc] Matplotlib 中文 调整ylabel位置: labelpad1ax.set_ylabel("Interaction energy (kcal/mol)",fontweight='bold',size=28,labelpad=20) ...
Read more

Numpy/math

Python Numpy math
[toc] Numpy矩阵创建 创建0向量/三维矩阵 123import numpy as npnp.zeros((10))np.zeros((1,10,10)) 创建1向量/三维矩阵 1np.ones((1,10,10)) 矩阵拼接\转置123np.hstack(( ...
Read more

Python问题与解决方法汇总

Python Bug
[toc] 报错信息:subprocess-exited-with-error pip install 时报错信息: 1error: subprocess-exited-with-error × Getting requirements to build wheel did not run ...
Read more

单位/常数

Daily Notes units constants
[toc] 单位 Unit Converter Online UnitConverter 1. 质量 1 amu(Atomic Mass Unit) (12C/12)是电子静止质量的1822.83倍。 2. 长度 Bohr=0.52917706 angstrom ...
Read more

Alamode

Alamode
1. alamode安装参考https://zhuanlan.zhihu.com/p/145873368 Alamode 运行 执行almalm alm.in > alm.log MODE = suggest的时候可以获得一个包含笛卡尔坐标的displacement pat ...
Read more

论文笔记2020

Paper Notes 2020
[toc] 2020-07 07-23 1. 声子线宽Γ(phonon linewidth) 声子线宽与声子的寿命τ(lifetime or relaxtion time)有关,声子寿命(τ)=1/2*半高宽(FWHM)。 Full width at half maximum (FWHM) ...
Read more

Hueman主题

Hueman
这个主题挺不错的,不过在配置的时候有些波折,记录一下。 1. 安装1git clone https://github.com/ppoffice/hexo-theme-hueman.git themes/hueman 注: 这里说一下与这个主题无关的bug,git clone命令后面的目录t ...
Read more

Vscode常用

VScode
Ctrl+Shift+P或F1打开命令面板,例如输入Configure Display Language可以换语言,如选择zh-cn,切换为中文。 F11全屏模式。
Read more
Prev Next