Francisco Ramirez

Results 25 issues of Francisco Ramirez

When access to postgres requires sudo privileges, `verdi quicksetup` will ask for the password but `verdi profile delete` will not and fail instead. Not serious since if your setup remembers...

type/bug
priority/nice-to-have

The `verdi export` command currently allows users to export their AiiDA graph based on provenance rules, starting from a specified set of nodes. A common use case for this is...

### Describe the bug Calculations end up hanging in `waiting` status due to some AuthenticationException. The `verdi process report` command returns the following traceback: ``` bash +-> ERROR at 2022-06-13...

type/bug

When doing `verdi process list` one can specify to only list the processes from a group by providing it with the `-G` option, but the command only seems to accept...

topic/verdi
type/feature request
topic/groups

After using groups to organize my nodes, I find that the `verdi group list` may be improved by the following small changes: - List order by label instead of pk...

type/feature request
priority/nice-to-have
topic/groups

I'm trying to get the data for some of the `mvc-x` records using the online https://api.materialsproject.org/docs page but I'm getting 404 not found. For example, for [mvc-16102](https://matsci.org/t/merge-of-material-id/1631)): Note: I have...

When I try to run the `docker-compose.yml` file as indicated in the [launching documentation](https://quantum-mobile.readthedocs.io/en/latest/users/launch.html#docker-container) I get an unhealthy container due to problems when running the services: ``` CONTAINER ID IMAGE...

When updating the `aiida-quantumespresso` package ([reference](https://github.com/aiidateam/aiida-quantumespresso/pull/836)) I came across a couple of warnings that were not showing the call to the deprecated method in the stack trace. Instead, they pointed...

(This is a required addition for the LUMI pilot) This is a workflow that runs a `TransferCalcjob` that copies the specific files necessary for restarting QE calculations from a `source_data`...