Author Topic: How to share simulation results of hdf5 file?  (Read 1552 times)

0 Members and 1 Guest are viewing this topic.

Offline k.cerda

  • Regular QuantumATK user
  • **
  • Posts: 14
  • Country: us
  • Reputation: 0
    • View Profile
How to share simulation results of hdf5 file?
« on: November 6, 2021, 17:57 »
Hello

I want to share simulation results in a public data storage server so that the people reading my paper will be able to view simulation output files if they need to. However, how can I share the hdf5 output of QuantumATK? Is this a generic format so that the people who do not have QuantumATK will be able to view these hdf5's in any other software? Or is there any way to convert these hdf5 outputs to any other generic file format, if so how? Thanks.

Offline Petr Khomyakov

  • QuantumATK Staff
  • Supreme QuantumATK Wizard
  • *****
  • Posts: 1290
  • Country: dk
  • Reputation: 25
    • View Profile
Re: How to share simulation results of hdf5 file?
« Reply #1 on: November 8, 2021, 13:06 »
Depending on the data type, you can save your data in text format, for example. One example would be optical spectrum, transmission spectrum, atomistic structure (which can be saved in multiple formats, including the ones used by other codes), and so on. You specify what type of data you want to store and share, we could tell you more about how that could be made available to the others.