计算之道

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2024年11月17日

摘要: mrc3@wanglab-node3:~$ sudo apt install dkmsReading package lists... DoneBuilding dependency tree... DoneReading state information... DoneSome packages 阅读全文
posted @ 2024-11-17 22:25 计算之道 阅读(1) 评论(0) 推荐(0) 编辑

摘要: 一、新建和保存 阅读全文
posted @ 2024-11-17 22:23 计算之道 阅读(1) 评论(0) 推荐(0) 编辑

摘要: 综合,偏材料,偏化学,计算传统期刊1梯度:PNAS,Science Advances,Nature Chemistry,Nature Communication,JACS,Angew,Chem,Advanced Science,NAR2梯度:Chemical Science,Small,ACS Na 阅读全文
posted @ 2024-11-17 22:21 计算之道 阅读(1) 评论(0) 推荐(0) 编辑

摘要: scaler = StandardScaler().fit(X_train)X_train_scaled = scaler.transform(X_train)X_val_scaled = scaler.transform(X_val)和scaler = StandardScaler() X_tra 阅读全文
posted @ 2024-11-17 22:11 计算之道 阅读(0) 评论(0) 推荐(0) 编辑

2024年4月16日

摘要: ##Code Description: Statistics of attendance records(基于从打卡机导出的Excel表格,统计每个人每天的打卡时长,以及总打卡时长,将结果放入一个新的Excel表中)##Author: RuichaoMao##Date: 4-16-2024impor 阅读全文
posted @ 2024-04-16 17:16 计算之道 阅读(47) 评论(0) 推荐(0) 编辑

2024年4月8日

摘要: 原文章链接(侵删):https://bohrium.dp.tech/notebooks/9747927953 在完成分子动力学模拟之后,需要对模拟轨迹进行分析,计算径向分布函数(Radial Distribution Function, RDF)即是一种常见的分析。大多分子动力学模拟软件提供了计算R 阅读全文
posted @ 2024-04-08 11:22 计算之道 阅读(2742) 评论(0) 推荐(0) 编辑

2024年4月3日

摘要: 见 https://blog.csdn.net/weixin_45936544/article/details/137667693?spm=1001.2014.3001.5501 阅读全文
posted @ 2024-04-03 00:26 计算之道 阅读(9) 评论(0) 推荐(0) 编辑

2024年4月1日

摘要: 1、PDB 单纯PDB的话可以直接用VMD来计算, #二级结构puts $eledat "################################# Sec_struct ################################"set intein_CA [atomselect t 阅读全文
posted @ 2024-04-01 15:42 计算之道 阅读(24) 评论(0) 推荐(0) 编辑

2024年2月29日

摘要: 获取 Scikit-Learn 中监督学习模型的方法: from sklearn.utils import all_estimators # 获取所有 Scikit-Learn 模型的列表 all_models = all_estimators(type_filter='classifier') + 阅读全文
posted @ 2024-02-29 16:14 计算之道 阅读(5) 评论(0) 推荐(0) 编辑

2024年2月21日

摘要: 问题描述: /home/mrc/wanglab是数据的挂载点,出现问题时我正在将数据从挂载点cp到本地,导致数据挂载点的数据无法访问(ls /home/mrc/wanglab会卡死)。于是我尝试umount,报以下错误: mrc@mrc-Precision-3660:~$ sudo umount . 阅读全文
posted @ 2024-02-21 09:21 计算之道 阅读(316) 评论(0) 推荐(0) 编辑