This PR is a follow-up to #668 and renames the MQT::CoreAlgo target (and associated concepts) to MQT::CoreAlgorithms to also match the corresponding folder name.
It also slightly adjusts the noxfile to make sure that the local package is always rebuilt.
Checklist:
[x] The pull request only contains commits that are related to it.
[x] I have added appropriate tests and documentation.
[x] I have made sure that all CI jobs on GitHub pass.
[x] The pull request introduces no new warnings and follows the project's style guidelines.
Description
This PR is a follow-up to #668 and renames the
MQT::CoreAlgo
target (and associated concepts) toMQT::CoreAlgorithms
to also match the corresponding folder name.It also slightly adjusts the noxfile to make sure that the local package is always rebuilt.
Checklist: