File tree Expand file tree Collapse file tree 2 files changed +1
-397
lines changed
Expand file tree Collapse file tree 2 files changed +1
-397
lines changed Original file line number Diff line number Diff line change @@ -267,19 +267,4 @@ Arrays are cached after first load to avoid repeated file I/O:
267267structure = orm.load_node(pk)
268268pos1 = structure.properties.positions # Loads from .npz, caches
269269pos2 = structure.properties.positions # Returns cached (no I/O)
270- ```
271-
272- ### File Location
273-
274- Files are stored in AiiDA's repository:
275-
276- ```
277- ~/.aiida/repository/<profile>/node/<uuid>/properties.npz
278- ```
279-
280- ## Related Documentation
281-
282- - [ Adding New Properties Guide] ( ../dev_guides/dev_adding_properties.md ) - Detailed developer guide
283- - [ Properties Documentation] ( properties.md ) - Overview of all properties
284- - [ Querying Structures] ( ../how_to/query.md ) - Query examples
285- - [ Custom Properties] ( ../how_to/define_custom.md ) - Temporary/experimental properties
270+ ```
You can’t perform that action at this time.
0 commit comments