Allow for less mistakes, easier builds, and actually use the configs files that may exists.
Normalized config names when sourced, by ignoring case and - or _.
if pennylane requires PennyLane_Lightning, then the existing config pennylane-lightning is used.
if torch-scatter and version 2.0.3 is specified, then the existing config is used, if the version does not exists, then the default of torch_scatter is used
Allow for less mistakes, easier builds, and actually use the configs files that may exists.
Normalized config names when sourced, by ignoring case and
-
or_
.pennylane
requiresPennyLane_Lightning
, then the existing configpennylane-lightning
is used.torch-scatter
and version2.0.3
is specified, then the existing config is used, if the version does not exists, then the default oftorch_scatter
is used