Page 1 of 1

FM

Posted: 08 Mar 2022, 06:31
by Samira.kasaei
Dear Michael,

I calculated DA and FMA for a bare lattice and lattice with ID.
But I found DA is increased after adding ID! What is wrong in my calculation?
I attached my files. I do appreciate if you can take a look to my files.


Best regards,
Samira

Re: FM

Posted: 24 Mar 2022, 04:08
by Samira.kasaei
Dear Michael,

I had a basic question.
Concerning frequency map analysis, when do we introduce these parameters: delta_min, delta_max and ndelta?

Many thanks for your reply,
Samira

Re: FM

Posted: 01 Apr 2022, 15:54
by michael_borland
Samira,

You would introduce those if you want to perform FMA as a function of (x, delta) or (y, delta). For example, for (x, delta), you'd use something like

Code: Select all

&frequency_map  
    output = %s.fma,
    xmin = -0.01, xmax = 0.01, nx = 21,
    ymin = 1e-6, ymax = 1e-6, ny = 1,
    delta_min = -0.04, delta_max = 0.04, ndelta = 21,
    include_changes = 1 
&end 
--Michael