Marnik Bercx

Results 301 comments of Marnik Bercx

Since we want to move to having tutorial material that is always up to date with the latest `aiida-core` version, we should check that they point to `latest`, I think.

Sorry, I was a little quick in my triage-ing zeal. 😅 We can use `intersphinx` for links to `aiida-core` (in fact we already are in many cases). I think we...

To reiterate something I've already said in several meetings (but maybe not with you, @giovannipizzi 🙃 ): I think it's _mission-critical_ that the tutorials on the `latest` page are _always_...

![challengeaccepted](https://user-images.githubusercontent.com/25607960/121677221-e2545100-cab5-11eb-8087-4342f8e8430e.gif)

@giovannipizzi I've added `linkcheck` to the Sphinx build call in the CI workflow: https://github.com/aiidateam/aiida-tutorials/blob/2ba4eeae5bfd814d99e280f5526113bf28d825ce/.github/workflows/ci.yml#L42-L43 So this will catch any broken links written in Markdown syntax. `intersphinx` links (preferred) will be...

Some timing information for a very long `aiida.out` file (~140k lines) without errors: * Old `parse_output_base`: ``` 14.4 ms ± 297 µs per loop (mean ± std. dev. of 7...

@sphuber currently the `PwParser` and `CpParser` don't reuse the base parsing methods yet, but these are rather large and messy parsers I'd like to clean up in separate PRs for...

Thanks for opening the issue, @ritamaji! Could you perhaps: 1. Describe why and how you use `dynmat.x` (i.e. the steps you take when using Quantum ESPRESSO) 2. Provide some example...

Thanks @ramirezfranciscof! In our discussion on this earlier it was clear to me that this might indeed be confusing, because basically the `overrides` for the `PwBaseWorkChain` needs the `pseudo_family` key...