In the util function, the pseudo_type is converted to lower case but in comparison, it compares with the upper case pseudo type readout from UPF file. It causes the issue that the NC pseudo accuracy check has a dual value equal to 8. This will not influence the result because dual=4 is enough. But it will consume more computational resources.
In the util function, the pseudo_type is converted to lower case but in comparison, it compares with the upper case pseudo type readout from UPF file. It causes the issue that the NC pseudo accuracy check has a dual value equal to 8. This will not influence the result because dual=4 is enough. But it will consume more computational resources.