This is the big question: how is data laid out inside the JSON structure?
The best working example currently comes from @jchodera on slack:
{name:'molecule name',
type:'molecule',
provenance:{
rcsbid:'A123'
},
topology:{
[TOPOLOGY BLOCK containing atoms, bonds, residues, chains, etc.]
}
forcefield:{
[OPTIONAL FORCEFIELD BLOCK]
}
states:{
[ONE OR MORE DYNAMICAL STATE BLOCKS WITH PROPERTIES ATTACHED]
}
}
This is the big question: how is data laid out inside the JSON structure?
The best working example currently comes from @jchodera on slack: