03 2022 档案
摘要:4.2会议&cif文件解析转换 4.2会议记录 算法组的需求: 关注的性质是电荷数, 过电荷。这些属性决定催化性能如电催化、加氢反应 。 关注的对象是稀土MOF(RE-MOFs)。 介绍了材料指纹(唯一的向量化表示): 平台组的需求: 切割模块:输入一个cif,输出两个cif ,分别代表配体和次级结
阅读全文
摘要:CPP处理实验数据脚本 scanf yyds //input: multi line with pattern dims=%d,accuracy=%lf,std=%lf\n //output: format that can be copied to excel #include<bits/stdc
阅读全文
摘要:找到了dongfanger/pycnblog: 博客园上传markdown文件 (github.com) 起因是为了写技术债务的博客, 才知道Typora有图床功能,但其实我三年前就把博客园当图床用,现在依然可以这样: 【Typora + 博客园 】如何高效的在博客园上编写MD格式的博客 - ANT
阅读全文
摘要:问题场景 : 华为 ensp enterprise network simulator 报错 ”启动设备 AR 失败 错误代码 40“ alternative 场景: virtual box 6.1.4 一下版本 报错 raw-mod is unavailable courtesy of Hyper
阅读全文
摘要:技术债务 软件债务 阅读列表 下文来自Technical-Debt-Reading-List-3.pdf pdf2html by wps 加粗 的 三篇是论文,其他的都是博客、视频 introduction What is technical debt? Ward Cunningham coined
阅读全文
摘要:ssh常用命令 #Windows 的 ssh-cp-id type .ssh\id_rsa.pub | ssh penghao2 "cat >>.ssh/authorized_keys" #windows的scp scp .\zyy2021-serve3.zip penghao1:su/ #vsco
阅读全文
摘要:conda常用命令 创建环境 #从requirement txt 安装 Conda install --file \#进阶 conda env export > environment.yml conda env create -f environment.yml #same server cond
阅读全文
摘要:QMOF QMOF是目前最全面的mof数据库,对应有平台https://next-gen.materialsproject.org/ MatDeepLearn 是目前包含QMOF的第一个材料化学GNN baseline框架。vxfung/MatDeepLearn: MatDeepLearn, pac
阅读全文