|
|
本帖最后由 aurberon 于 2023-2-16 11:04 编辑
MS的合金构建方法中 可以在模型的基础上运用perl脚本进行枚举筛选。
利用perl脚本中statistic disorder进行枚举筛选
脚本如下:
#!perl
use strict;
use Getopt::Long;
use MaterialsScript qw(:all);
my $disorderedStructure = $Documents{"Cu.xsd"};
my $results = Tools->Disorder->StatisticalDisorder->GenerateSuperCells
($disorderedStructure,2,2,2);
my $table = $results->Test;
但是我的MS运行中 提示 There is no function or property named "statisticalDisorder" on type "Module" at -e line 6.
我的MS软件中Tool工具中也没有disorder模块求大神告知这怎么解决?
|
-
1.jpg
(136.81 KB, 下载次数 Times of downloads: 21)
|