摘要: ### 只需要改动 N, M, Num 就行 def get(filepath): # filepath = 'AI_1.txt' with open(filepath,'r') as f: content = f.readlines() ls = [] ### N 是 txt文件中从第N+1行开始 阅读全文
posted @ 2022-06-22 18:27 ghzphy 阅读(121) 评论(0) 推荐(0) 编辑
摘要: 2022-06-19. 21:31:13 阅读全文
posted @ 2022-06-19 21:31 ghzphy 阅读(45) 评论(0) 推荐(0) 编辑
摘要: import csv,sys,os import matplotlib.pyplot as plt filename = 'IEC6M01-#20-C03-Eng_Sweep_CgVg_hf_r1_220419_151711.csv' csv_reader = csv.reader(open(fil 阅读全文
posted @ 2022-06-18 14:04 ghzphy 阅读(27) 评论(0) 推荐(0) 编辑
摘要: 2022.06.12 import csv,sys,os import matplotlib.pyplot as plt def read(filename): # filename='Tcam V5 5.csv' csv_reader = csv.reader(open(filename,enco 阅读全文
posted @ 2022-06-14 21:54 ghzphy 阅读(36) 评论(0) 推荐(0) 编辑
摘要: 2022-06-08 import csv,sys,os import matplotlib.pyplot as plt def getdata(filename): # filename = '15_000_ALL.csv' csv_reader = csv.reader(open(filenam 阅读全文
posted @ 2022-06-10 20:36 ghzphy 阅读(34) 评论(0) 推荐(0) 编辑
摘要: Hf0.5Zr0.5O2 的结构与 HfO2 类似,Zr 原子替换原胞中的两个 Hf 原子。 o-HfO2 的晶格结构和对称性 Hf0.5Zr0.5O2 有以下三种结构 相关文件 o-HfO2 POSCAR HfO2 1.0 5.2579483986 0.0000000000 0.000000000 阅读全文
posted @ 2022-06-04 17:35 ghzphy 阅读(485) 评论(0) 推荐(0) 编辑
摘要: 自旋注入相关 https://www.iue.tuwien.ac.at/phd/osintsev/disser.html GTS https://www.globaltcad.com/resources/tutorials-application-examples/ P-V hysteresis l 阅读全文
posted @ 2022-05-19 11:48 ghzphy 阅读(103) 评论(0) 推荐(0) 编辑
摘要: 2022.5.19我的博客开通了!仅此记录我的生活和学习。 阅读全文
posted @ 2022-05-19 08:21 ghzphy 阅读(28) 评论(1) 推荐(0) 编辑