Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Grouping orbitals by angular momentum is not backwards compatible #1079

Closed
edan-bainglass opened this issue Jan 13, 2025 · 0 comments · Fixed by #1083
Closed

Grouping orbitals by angular momentum is not backwards compatible #1079

edan-bainglass opened this issue Jan 13, 2025 · 0 comments · Fixed by #1083
Assignees
Labels
bug Something isn't working

Comments

@edan-bainglass
Copy link
Member

In aiidalab_qe.common.bands_pdos.utils:get_pdos_data

# Updata labels if plot_tag is different than total and SOC is false
    if plot_tag != "total":
        if not pdos.nscf.output_parameters.get("spin_orbit_calculation"):
            data_dict = _update_pdos_labels(data_dict)

This fails in AiiDA v2.3 tests. @AndresOrtegaGuerrero can you please investigate? 🙏

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants