美文网首页
USPEX使用笔记

USPEX使用笔记

作者: 风果 | 来源:发表于2017-08-13 07:32 被阅读54次

    1. 错误:error: read_molecules: A(I) = X: X must have the same size as I (新版无此问题)

    原因:应该是octave和matlab的兼容性引起的

    解决办法:在分子名后加 [1] [2]

    2. panic seagment fault --stoping myself

    问题跟踪

    WriteGenerationOutput_310(fitness); EA_310.m

    makeFigures.m 中这一行:print(h,'Energy_vs_N.eps','-deps');

    set(gcf,'Visible','off'); comment this line

    3. numIons overflow

    whichType = RandInt(1,2,[1,length(atomType)]);

    4. panic

    WriteGenerationOutput_310(fitness);

    WriteCompStatistic; set(gcf,'Visible','off')

    5. error: structure has no member 'MOLECULE'

    Mutation_310.m line 24:order(i)= POP_STRUC.POPULATION(IND).MOLECULES(i).order;

    相关文章

      网友评论

          本文标题:USPEX使用笔记

          本文链接:https://www.haomeiwen.com/subject/tywdlxtx.html