-
Hi!
We run AiiDA instances in several public clouds and programmatically connect to them using the REST API. To engage security, we close AiiDA's Flask with the Basic HTTP Auth. I wanted to try an …
-
Now that I've snuck in the initial GraphQL implementation (#17) 😄, it's a bit of a misnomer to call this just restapi.
Possible names: `aiida-webserver`, `aiida-webapi`
@ltalirz @NinadBhat ?
-
Currently, the pip check is commented out, because it fails: https://github.com/marvel-nccr/quantum-mobile/blob/b2632be01b2f21f4416833f79702758d20026739/playbook-build.yml#L123-L132
This should be …
-
Originally reported by: **Nicolas Mounet (Bitbucket: [mounet](https://bitbucket.org/mounet), GitHub: [nmounet](https://github.com/nmounet))**
----------------------------------------
The execmanager…
-
In QE WARNING at 2020-09-22 14:50:17.398914+02:00
| could not parse scheduler output: output parsing is not available for `SlurmScheduler`
+-> WARNING at 2020-09-22 14:50:18.021878+02:00
| Error…
-
-
*This is an [AiiDA-KKR improvements](https://github.com/orgs/JuDFTteam/projects/3) issue.*
*All references to repositories in this post are permalinks to latest commits at time of writing, for arch…
-
It might be ok to store the hashed passwords of AiiDA users in the AiiDA DB - but perhaps in a different table (a bit like what is done for the Computers an the `Authinfo`).
To discuss
-
Hi,
I cannot find a way to perform as simple a task as converting my parsevasp.poscar.Poscar instance to an aiida.orm.StrutcureData object.
Isn't there a simple method to do this ?
I found :
aii…
-
## Environment
* aiida-vasp version/branch+commit: Latest develop (c41eef0)
## Question
I was looking for a function to compare two structures (e.g. of `StructureData`). I found a function `aiid…