Merge branch 'dev_chemStructure2Property' into 'main'

Dev chem structure2 property

See merge request lilinyang/internbootcamp!7
This commit is contained in:
李林阳 2025-06-16 07:26:36 +00:00
commit 058cde1791
11 changed files with 512 additions and 0 deletions

View file

@ -0,0 +1,6 @@
[
{
"max_atoms": 15,
"min_atoms": 3
}
]

View file

@ -0,0 +1,6 @@
[
{
"max_atoms": 15,
"min_atoms": 3
}
]

View file

@ -0,0 +1,6 @@
[
{
"min_len": 5,
"max_len": 25
}
]

View file

@ -0,0 +1,6 @@
[
{
"min_len": 5,
"max_len": 25
}
]