Skip to content

Commit

Permalink
qcsk doc
Browse files Browse the repository at this point in the history
  • Loading branch information
loriab committed Apr 24, 2024
1 parent 0341414 commit 9ffc3c8
Show file tree
Hide file tree
Showing 2 changed files with 59 additions and 4 deletions.
1 change: 1 addition & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ coverage:
ignore:
- qcmanybody/tests/component_data
- qcmanybody/tests/ref_data
- qcmanybody/tests/generate_component_data.py
status:
project:
default:
Expand Down
62 changes: 58 additions & 4 deletions docs/qcschema.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,71 @@

<!-- ==== Inputs ================================================================= -->

$pydantic: qcmanybody.models.manybody_pydv1.AtomicSpecification
::: qcmanybody.models.BsseEnum


::: qcmanybody.models.ManyBodyKeywords
options:
show_root_heading: true

$pydantic: qcmanybody.models.manybody_pydv1.ManyBodyKeywords


::: qcmanybody.models.manybody_pydv1.ManyBodySpecification
options:
show_root_heading: true

$pydantic: qcmanybody.models.manybody_pydv1.ManyBodySpecification


::: qcmanybody.models.ManyBodyInput
options:
show_root_heading: true

$pydantic: qcmanybody.models.manybody_pydv1.ManyBodyInput

### ManyBodyKeywords

<!-- ==== Protocols ============================================================== -->

Pydantic models are simply classes which inherit from `BaseModel` and define fields as annotated attributes.
<!--
::: qcmanybody.models.manybody_pydv1.ManyBodyProtocolEnum
::: qcmanybody.models.ManyBodyKeywords
::: qcmanybody.models.manybody_pydv1.ManyBodyProtocols
options:
show_root_heading: true
$pydantic: qcmanybody.models.manybody_pydv1.ManyBodyProtocols
-->


<!-- ==== Properties/Outputs ===================================================== -->

::: qcmanybody.models.ManyBodyResultProperties
options:
show_root_heading: true

$pydantic: qcmanybody.models.ManyBodyResultProperties


::: qcmanybody.models.ManyBodyResult
options:
show_root_heading: true

$pydantic: qcmanybody.models.ManyBodyResult


<!-- ==== Misc. ================================================================== -->

<!-- $pydantic: qcmanybody.models.manybody_pydv1.AtomicSpecification -->
<!--
AtomicSpecification
ResultsBase
SuccessfulResultBase
-->

<!--
options:
merge_init_into_class: false
group_by_category: false
# explicit members list so we can set order and include `__init__` easily
Expand All @@ -35,6 +88,7 @@ Pydantic models are simply classes which inherit from `BaseModel` and define fie
- model_validate
- model_validate_json
- copy
-->

::: qcmanybody.resize_gradient
options:
Expand Down

0 comments on commit 9ffc3c8

Please sign in to comment.