Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OptimizableBatch and stress relaxations #718
OptimizableBatch and stress relaxations #718
Changes from 118 commits
d8fd81e
81bf8a2
c2bb916
d11e72a
15610f8
479e7af
858a782
06b232c
32030c3
1c1bea8
360656c
b6c640e
7f2746a
df7989e
9726df7
b16d572
6c636e5
f5a358a
708efb0
9d44c3b
5d89cf2
cae838c
74a5347
55f9205
163428b
9d48f08
7034d20
100e768
8b919d3
3a70b71
7d7686e
e8fbb88
5a9b389
37ffe6a
0b887fc
4a2c6c5
e7ab81b
dde4e58
28f8155
ff08208
609d0dc
d09c041
c9f5632
02403aa
bcaa4ad
71a0ab6
008bb1f
155c515
34ca2be
20a2da8
bc422d1
693602d
06b3a6b
8ab940a
5636f36
3e6b39f
464f9b1
aed6b31
9a81fff
a455d76
95a0496
1b71182
316398b
879754a
d7f926c
d8506ee
6753942
9f9c4a0
638404c
ac78372
63470ba
5cdd560
3578ceb
63408a3
adf55f0
5e027d8
3ccb173
cab1fee
50465e9
bf619b7
ee6b021
23067c7
8768dbb
c7debdb
00554c7
a81d639
08f9f11
649444d
8d028c8
c693829
4a51006
2e118ea
88b5a4b
9474860
55ddaab
054ef59
a539f72
6e5eda3
10b313a
88386bb
25339aa
91286f2
b30c06e
4ce57b0
5fcbd42
7c6244f
efcb0af
20a0319
831e3b4
134db29
d015f98
9696e86
c97c4d0
c3b7b2b
e783bf6
209a1ed
2311511
23d38ff
4329063
aea2694
25f2bba
b3fd1bd
547534d
6842a0f
2f69937
097757d
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's a little strange to have these hard-coded. What should a user do implementing new properties?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I agree this is strange, but it's the simplest solution I thought of. We can always generalized this to simply "tensor of rank X" but in that case we need to have a data structure that provides that information for each model output.
We could use the properties interface and properties defined in ASE to clean this up, but I would suggest doing that in a new PR:
https://gitlab.com/ase/ase/-/blob/master/ase/outputs.py