| 查看: 5545 | 回复: 10 | ||
liuyunshenm木虫 (正式写手)
|
[求助]
phono3py计算晶格热导率提取数据phonon lifetime与声子频率的关系数据求助。 已有2人参与
|
|
大神,‘ 您好! 我用的系统是Ubuntu 18.04; 安装了phono3py 1.16.0版本(最新版本),VASP+phono3py计算热导率的 系统安装在WMware虚拟机中的。 我在用phono3py-kdeplot提取数据画图时,总是报错,报错提示如下: (另外,Ubuntu 14.04+phono3py 1.12.3, Ubuntu 16.04+phono3py 1.16.0 也基本是如下报错情况) 请求大神能帮我从根本上解决问题。最好是能从文件中直接提取数据,我另外画图。 /home/pkl/anaconda3/lib/python3.6/site-packages/matplotlib/axes/_base.py:3215: MatplotlibDeprecationWarning: The `xmin` argument was deprecated in Matplotlib 3.0 and will be removed in 3.2. Use `left` instead. alternative='`left`', obj_type='argument') /home/pkl/anaconda3/lib/python3.6/site-packages/matplotlib/axes/_base.py:3221: MatplotlibDeprecationWarning: The `xmax` argument was deprecated in Matplotlib 3.0 and will be removed in 3.2. Use `right` instead. alternative='`right`', obj_type='argument') /home/pkl/anaconda3/lib/python3.6/site-packages/matplotlib/axes/_base.py:3604: MatplotlibDeprecationWarning: The `ymin` argument was deprecated in Matplotlib 3.0 and will be removed in 3.2. Use `bottom` instead. alternative='`bottom`', obj_type='argument') /home/pkl/anaconda3/lib/python3.6/site-packages/matplotlib/axes/_base.py:3610: MatplotlibDeprecationWarning: The `ymax` argument was deprecated in Matplotlib 3.0 and will be removed in 3.2. Use `top` instead. alternative='`top`', obj_type='argument') Traceback (most recent call last): File "/home/pkl/anaconda3/bin/phono3py-kdeplot", line 4, in <module> __import__('pkg_resources').run_script('phono3py==1.16.0.post1', 'phono3py-kdeplot') File "/home/pkl/anaconda3/lib/python3.6/site-packages/pkg_resources/__init__.py", line 666, in run_script self.require(requires)[0].run_script(script_name, ns) File "/home/pkl/anaconda3/lib/python3.6/site-packages/pkg_resources/__init__.py", line 1446, in run_script exec(code, namespace, namespace) File "/home/pkl/anaconda3/lib/python3.6/site-packages/phono3py-1.16.0.post1-py3.6-linux-x86_64.egg-info/scripts/phono3py-kdeplot", line 294, in <module> main(get_options()) File "/home/pkl/anaconda3/lib/python3.6/site-packages/phono3py-1.16.0.post1-py3.6-linux-x86_64.egg-info/scripts/phono3py-kdeplot", line 290, in main fig.savefig("lifetime.png" ![]() File "/home/pkl/anaconda3/lib/python3.6/site-packages/matplotlib/figure.py", line 2094, in savefig self.canvas.print_figure(fname, **kwargs) File "/home/pkl/anaconda3/lib/python3.6/site-packages/matplotlib/backend_bases.py", line 2075, in print_figure **kwargs) File "/home/pkl/anaconda3/lib/python3.6/site-packages/matplotlib/backends/backend_agg.py", line 510, in print_png FigureCanvasAgg.draw(self) File "/home/pkl/anaconda3/lib/python3.6/site-packages/matplotlib/backends/backend_agg.py", line 402, in draw self.figure.draw(self.renderer) File "/home/pkl/anaconda3/lib/python3.6/site-packages/matplotlib/artist.py", line 50, in draw_wrapper return draw(artist, renderer, *args, **kwargs) File "/home/pkl/anaconda3/lib/python3.6/site-packages/matplotlib/figure.py", line 1649, in draw renderer, self, artists, self.suppressComposite) File "/home/pkl/anaconda3/lib/python3.6/site-packages/matplotlib/image.py", line 138, in _draw_list_compositing_images a.draw(renderer) File "/home/pkl/anaconda3/lib/python3.6/site-packages/matplotlib/artist.py", line 50, in draw_wrapper return draw(artist, renderer, *args, **kwargs) File "/home/pkl/anaconda3/lib/python3.6/site-packages/matplotlib/axes/_base.py", line 2628, in draw mimage._draw_list_compositing_images(renderer, self, artists) File "/home/pkl/anaconda3/lib/python3.6/site-packages/matplotlib/image.py", line 138, in _draw_list_compositing_images a.draw(renderer) File "/home/pkl/anaconda3/lib/python3.6/site-packages/matplotlib/artist.py", line 50, in draw_wrapper return draw(artist, renderer, *args, **kwargs) File "/home/pkl/anaconda3/lib/python3.6/site-packages/matplotlib/axis.py", line 1187, in draw renderer) File "/home/pkl/anaconda3/lib/python3.6/site-packages/matplotlib/axis.py", line 1125, in _get_tick_bboxes extent = tick.label1.get_window_extent(renderer) File "/home/pkl/anaconda3/lib/python3.6/site-packages/matplotlib/text.py", line 930, in get_window_extent bbox, info, descent = self._get_layout(self._renderer) File "/home/pkl/anaconda3/lib/python3.6/site-packages/matplotlib/text.py", line 313, in _get_layout ismath=ismath) File "/home/pkl/anaconda3/lib/python3.6/site-packages/matplotlib/backends/backend_agg.py", line 209, in get_text_width_height_descent s, fontsize, renderer=self) File "/home/pkl/anaconda3/lib/python3.6/site-packages/matplotlib/texmanager.py", line 464, in get_text_width_height_descent dvifile = self.make_dvi(tex, fontsize) File "/home/pkl/anaconda3/lib/python3.6/site-packages/matplotlib/texmanager.py", line 328, in make_dvi texfile], tex) File "/home/pkl/anaconda3/lib/python3.6/site-packages/matplotlib/texmanager.py", line 298, in _run_checked_subprocess stderr=subprocess.STDOUT) File "/home/pkl/anaconda3/lib/python3.6/subprocess.py", line 356, in check_output **kwargs).stdout File "/home/pkl/anaconda3/lib/python3.6/subprocess.py", line 423, in run with Popen(*popenargs, **kwargs) as process: File "/home/pkl/anaconda3/lib/python3.6/subprocess.py", line 729, in __init__ restore_signals, start_new_session) File "/home/pkl/anaconda3/lib/python3.6/subprocess.py", line 1364, in _execute_child raise child_exception_type(errno_num, err_msg, err_filename) FileNotFoundError: [Errno 2] No such file or directory: 'latex': 'latex' |
» 猜你喜欢
职称评审没过,求安慰
已经有46人回复
回收溶剂求助
已经有7人回复
A期刊撤稿
已经有4人回复
垃圾破二本职称评审标准
已经有17人回复
投稿Elsevier的Neoplasia杂志,到最后选publishing options时页面空白,不能完成投稿
已经有22人回复
EST投稿状态问题
已经有7人回复
毕业后当辅导员了,天天各种学生超烦
已经有4人回复
求助文献
已经有3人回复
三无产品还有机会吗
已经有6人回复

2楼2019-04-01 01:08:15
3楼2019-04-01 01:14:17
liuyunshenm
木虫 (正式写手)
- 应助: 5 (幼儿园)
- 金币: 1720.2
- 红花: 4
- 帖子: 364
- 在线: 92.5小时
- 虫号: 2479682
- 注册: 2013-05-24
- 性别: GG
- 专业: 物理学II

4楼2019-04-01 14:25:30
liuyunshenm
木虫 (正式写手)
- 应助: 5 (幼儿园)
- 金币: 1720.2
- 红花: 4
- 帖子: 364
- 在线: 92.5小时
- 虫号: 2479682
- 注册: 2013-05-24
- 性别: GG
- 专业: 物理学II

5楼2019-04-01 14:26:28
6楼2019-04-02 03:49:55
liuyunshenm
木虫 (正式写手)
- 应助: 5 (幼儿园)
- 金币: 1720.2
- 红花: 4
- 帖子: 364
- 在线: 92.5小时
- 虫号: 2479682
- 注册: 2013-05-24
- 性别: GG
- 专业: 物理学II

7楼2019-04-03 16:04:04
123dingyc
新虫 (知名作家)
- 应助: 0 (幼儿园)
- 金币: 16124.1
- 红花: 44
- 帖子: 6584
- 在线: 571小时
- 虫号: 2516270
- 注册: 2013-06-21
- 专业: 凝聚态物性I:结构、力学和
8楼2019-04-03 22:56:15
liuyunshenm
木虫 (正式写手)
- 应助: 5 (幼儿园)
- 金币: 1720.2
- 红花: 4
- 帖子: 364
- 在线: 92.5小时
- 虫号: 2479682
- 注册: 2013-05-24
- 性别: GG
- 专业: 物理学II

9楼2019-04-04 19:17:41
10楼2019-04-20 12:10:41














回复此楼