Tiziano Müller

Results 211 comments of Tiziano Müller

@sphuber yes, that's what I meant. A bit unfortunate since the inheritance model can become quiet messy, on the other hand having more separate data appearing out of thin air...

@yakutovicha yes, the https://github.com/cp2k/cp2k-output-tools used by the Cp2kToolsParser can parse forces as of v0.4.0. @sshepherd637 after installing the cp2k-output-tools you can use `cp2kparse -f highlight calc.out` to show which parts...

and what you get is this (following the somewhat verbose nested-dict approach): ```json "forces": { "atomic": { "per_atom": [ { "atom": 1, "element": "Si", "kind": 1, "x": 0.0, "y": 0.0,...

@sshepherd637 the cp2k-output-tools package is pulled in by aiida-cp2k already. Storing the retrieved data as an ArrayData node in addition to the nested dict is of course an option.

Does that mean it is also not possible to pass arguments to a function when using the click integration? E.g. is the following supposed to work (it currently doesn't)? ```...

This is a duplicate of #55, a PR which solves it is here: https://github.com/firehol/firehol/pull/461

Note: the service for bm_tor doesn't exist anymore. This is a duplicate of #55, a PR which solves it is here: https://github.com/firehol/firehol/pull/461

PR for the script pulling the IPs here: https://github.com/firehol/firehol/pull/461

I have the same issue: my IP running a pure Tor relay-node is listed here. Please note: emergingthreats (the source for those IPs) is discriminating between Tor exit-nodes and pure...