mkotiuga
mkotiuga
Sorry - the family `PNO-upf` doesn't contain Ti, so it being listed once makes sense. The output of the above snippet it really long, but removing the duplicates results in...
If I run that code query one step at a time. First I get all the pseudos stored - there are 283. Then the next I get the group for...
@sphuber - the output looks sensical ``` postgres=# \c BTO_mkotiuga_d5233c38bc66abafc152ecd80b202f65 You are now connected to database "BTO_mkotiuga_d5233c38bc66abafc152ecd80b202f65" as user "postgres". BTO_mkotiuga_d5233c38bc66abafc152ecd80b202f65=# select id, uuid, type_string, label from db_dbgroup where type_string...
I just did a querybuilder test. If I query for structures in a given group and then append the group as the last step of the query - the length...
So maybe this is an issues not with my psp families - but the query builder? If @sphuber cannot reproduce the issue, this seems to be an issue in my...
Just to follow up, I have successfully used a two-step relax workchain that I wrote for this purpose for a set of perovskite structures where some of the starting structures...
When a PhBaseCalculation for 1 q-point has a PhCalculation that hits the wall time and then properly restarts, the final mode symmetries are not parsed. This is probably due to...
When a PhBaseCalculation has multiple PhCalcuations and the wall-time is hit mid q-point calculation there is an extra entry in `number_of_irr_representations_for_each_q` as there are two 'headers' for the same q-point...
@mbercx looks good