Recent Posts

Pages: [1] 2 3 ... 10
1
General Questions and Answers / HeisenbergExchange
« Last post by PedroSousa on April 7, 2026, 13:49 »
Dear all,

I have been using the HeisenbergExchange analyzer in QuantumATK (Version X-2025.06-SP1) to calculate the magnetic exchange parameters (J_{ij}) for several materials. So far, I have followed the workflow below to extract the (J_{ij}) values:

1. Using QATK I create and run a Python script to perform the LCAO and HeisenbergExchange calculations, storing the results in an `.hdf5` file.

2. I then open `atkpython` and use the following code to extract the exchange parameters:

   ```
   he = nlread(filename, HeisenbergExchange)[0]
   d, j, n = he.uniqueCouplingMatrixElementsAndDistances()
   ```

   where `j` is a vector containing the (J_{ij}) values in meV.

This approach has worked well for several systems. However, when applying it to hexagonal Fe₃C, the resulting `j` vector contains very small values for a ferromagnetic material. The largest value obtained is approximately 1.33 meV.

On the other hand, when I open the `.hdf5` results file directly in QuantumATK, the (J_{ij}) values shown in the GUI are significantly larger and appear physically reasonable (see attached image).

I would like to understand the origin of this discrepancy and how to correctly extract the full set of (J_{ij}) values consistent with what is shown in QuantumATK.

Thank you in advance for your help.

Best regards,
Pedro Sousa
2
Can someone help me with this problem? I am using QATKV-2023.12-SP1. I think the on-site potential used in NRLHamiltonianParametrization cannot be reproduced in SlaterKosterHamiltonianParametrization.
Thank you.
3
General Questions and Answers / Re: Finetuning MACE
« Last post by AsifShah on April 1, 2026, 03:06 »
Update:

Turns out increasing Energy/Force/Stress weight in the 2026 version causes this error, at least for my model.
Restricting weights to 30 with learning rate of 0.001 gave excellent finetuned models.


4
General Questions and Answers / Fat Band Structure
« Last post by Jahanzaib on March 27, 2026, 23:07 »
Dear Experts,
I am currently working on calculating the fat-band structure of my system and would like to analyze the electronic states around the Fermi level. In particular, I am interested in identifying which Ni (d) orbitals overlap with Sn (p) orbitals for both spin-up and spin-down channels.

I would also like to know whether it is possible to estimate the percentage contribution of each orbital character from the fat-band analysis.

For reference, I am using the following code:

# -------------------------------------------------------------

# Fat-band structure

# -------------------------------------------------------------

fat_bandstructure = FatBandstructure(
configuration=configuration,
route=['G', 'Z'],
points_per_segment=20,
bands_above_fermi_level=All,
projections=ProjectionGenerator(
atoms=ElementsProjection,
l_quantum_numbers=True,
spin=UpDownProjection,
),
)

nlsave('fat-bs.hdf5', fat_bandstructure)

I would appreciate any guidance or suggestions on how to extract and interpret this information.


6
General Questions and Answers / Re: changing display format in builder
« Last post by Anders Blom on March 27, 2026, 19:52 »
I don't think there is a keyboard shortcut to switch the rendering mode, so you might have accidentally hit a bug (which was more usual in the past) where atoms turned into single dots.

I personally hate the advice to "just reboot", but graphics settings are not persistent, so next time you start Nanolab all should be back to usual :-)

Otherwise the Graphics settings are in the right-hand add-on panel in the Builder.
7
I want to reproduce my senior's design, but he used the 2021 version while I'm using the 2025 version. After copying his components over, we saw a 4-5 order of magnitude difference in the off-state current. Then I directly ran his Python file, but got the same result. Can someone tell me why this is happening? Would reverting to the 2021 version solve this problem? If so, could you provide me with a PBS file that works for the 2021 version?
8
Dear developers and users,
May I know how do I define NRLTightBindingParameters instead of parsing from the file?

Thank you for your attention.
9
General Questions and Answers / Re: changing display format in builder
« Last post by Chaoning on March 19, 2026, 03:38 »
sorry, v2023
10
General Questions and Answers / Re: changing display format in builder
« Last post by Chaoning on March 19, 2026, 03:36 »
my version is 2013, "graphics" is at the right of the window of "builder"
Pages: [1] 2 3 ... 10