Is "aiida.in" retrieved by AiiDA?

24 views
Skip to first unread message

Witty Yonng

unread,
Oct 8, 2022, 1:52:02 AM10/8/22
to aiidausers
Hi all,

By using  "node.outputs.retrieved.base.repository.list_object_names()", I can get the following:
['_scheduler-stderr.txt', 
 '_scheduler-stdout.txt', 
'aiida.out', 
'data-file-schema.xml']

and then by using "out = node.outputs.retrieved.base.repository.get_object_content('aiida.out')", I can get the output.

I want to know whether "aiida.in"  is stored in the database, and how to get "aiida.in".

Sebastiaan Huber

unread,
Oct 8, 2022, 2:23:56 AM10/8/22
to aiida...@googlegroups.com
Hi Witty,

The input files generated by the `CalcJob` plugin are stored on the `CalcJobNode` itself.
So to get `aiida.in` you can do:

    node.base.repository.get_object_content('aiida.in')

HTH,

Sebastiaan
--
AiiDA is supported by the NCCR MARVEL (http://nccr-marvel.ch/), funded by the Swiss National Science Foundation, and by the European H2020 MaX Centre of Excellence (http://www.max-centre.eu/).
 
Before posting your first question, please see the posting guidelines at http://www.aiida.net/?page_id=356 .
---
You received this message because you are subscribed to the Google Groups "aiidausers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to aiidausers+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/aiidausers/68955d94-37ef-40d0-82c4-c02cb190dcf2n%40googlegroups.com.

Reply all
Reply to author
Forward
0 new messages