A
plate
#id
#fancy
A B
plate apple
#id A
#fancy pickle
.classname
.small
A.className
orange.small
#id.className
#big.wide
A,B
both
plate,bento
*
all
A *
plate *
AB
紧跟在盘子后的苹果
plate apple
A~B
跟在盘子后面所有的泡菜
plate~b…
1、方程及其离散
1.1一维热传导方程 1.2离散化
设定步长,依据上述方程得到递推关系: 2、python求解实现
import numpy as np
import matplotlib.pyplot as plth 0.1#空间步长
N 30#空间步数
dt 0.0001#时间步长
M 10000#时间的步数
A dt/(h**2)…
1 问题:
读取 PDBBindv2019的数据集,尝试把所有配体的mol2文件转换成对应smiles表达式。大约超过1千个出现问题。 主要问题就是‘warning - O.co2 with non C.2 or S.o2 neighbor’。
2 原因:
Phosphate group - warning O.co2 with non C…