Eastsheng's Wiki

论文笔记2023-春

Paper Notes
Paper Notes 20232023-1月@2月@3月English phrases (Journal of Molecular Liquids 363 (2022) 119873) These trends are exactly synchronous adj. 同步的;同时的 ...
Read more

水合物笼子

Hydrate Hydrate cages
水合物笼子环:4、5、6 半笼子以4-环为底的半笼子$4^15^4$、$4^15^36^1$、$4^15^16^3$、$4^15^26^2$(6和5环之间是否相邻,可分为两种笼子) 以5-环为底的半笼子$5^6$ 以6-环为底的半笼子$6^15^6$ 待更新
Read more

解决本地可以用但是Hexo不能用的gitee图床

Hexo gitee图床
例如,kaze主题 修改head.ejs文件,路径: 1./themes/kaze/layout/_partial/head.ejs 添加meta信息: 1<meta name="referrer" content="no-referrer" ...
Read more

WORD中MathType一些问题

Windows MathType
WORD中MathType不显示 https://jingyan.baidu.com/article/eb9f7b6d69d084869264e876.html WORD中MathType(1)插入序号是灰色的 激活MathType 打开MathType,点击帮助,解锁注册MathT ...
Read more

机器学习基础-1

机器学习
[toc] Machine Learning with Python机器学习前期基础监督/无监督学习算法 从输入/ 输出对中进行学习的机器学习算法叫作监督学习算法(supervised learning algorithm); 无监督学习算法(unsupervised l ...
Read more

VASP安装与编译

VASP VASP安装与编译
[toc] VASP5.4.4安装一、安装 Intel® oneAPI Base Toolkit 和 Intel® oneAPI HPC来替代 在安装之前需要安装一系列依赖包: 12sudo apt-get install libgtk-3-0 libxss1 libnss3 libgtk2 ...
Read more

CP2K安装与编译

CP2K CP2K安装与编译
[toc] CP2K下载与安装12345678910sudo apt updatesudo apt upgradesudo apt install libopenblas-devmkdir cp2kcd cp2kwget https://github.com/cp2k/cp2k/archiv ...
Read more

Python命令行解析模块:argparse

Python argparse
[toc] 基本用法 位置参数 123456import argparseparser = argparse.ArgumentParser()parser.add_argument("square", help="display a square of a g ...
Read more

Comsol 笔记-01

Comsol
[toc] Comsol基本 模型下载 视频教程 用户模拟 导入COMSOL网格 .mphbin,.mphtxt网格格式 基于MRI和扫描数据的网格上创建COMSOL Multiphysics 下列软件支持导入COMSOL网格 Materialise的Mimics Simplewa ...
Read more

Fortran-04

Fortran Fortran Tutorial
[toc] 数据类型 F90程序中的数据都有三个特征:类型、种别、属性. 一般形式:类型说明[(种别说明)][,属性说明] :: 变量名[=初值] 例:REAL(KIND=2), DIMENSION(1:10):: X,Y 种别说明与属性说明可以省略,类型说明:: 变量名 类型说明> ...
Read more
Prev Next