Skip to content

Commit

Permalink
Merge pull request #15 from Exabyte-io/feature/SOF-7291
Browse files Browse the repository at this point in the history
Feature/SOF-7291: api-examples++
  • Loading branch information
VsevolodX committed Apr 4, 2024
2 parents e15fc6a + 3ef4856 commit 69472ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/api-examples
Submodule api-examples updated 29 files
+25 −0 .github/workflows/cicd.yml
+5 −6 README.md
+2 −3 config.yml
+22 −1 examples/job/create_and_submit_job.ipynb
+22 −1 examples/job/get-file-from-job.ipynb
+22 −1 examples/job/ml-train-model-predict-properties.ipynb
+22 −1 examples/job/run-simulations-and-extract-properties.ipynb
+22 −1 examples/material/create_material.ipynb
+22 −1 examples/material/get_materials_by_formula.ipynb
+22 −1 examples/material/upload_materials_from_file_poscar.ipynb
+21 −1 examples/system/get_authentication_params.ipynb
+22 −1 examples/workflow/get_workflows.ipynb
+22 −1 examples/workflow/qe_scf_calculation.ipynb
+0 −0 other/__init__.py
+0 −0 other/materials_designer/__init__.py
+8 −5 other/materials_designer/create_interface_with_min_strain_zsl.ipynb
+8 −5 other/materials_designer/create_interface_with_relaxation_ase_emt.ipynb
+277 −280 other/materials_designer/import_material_from_jarvis_db_entry.ipynb
+7 −4 other/materials_designer/import_materials_from_files.ipynb
+0 −1 other/materials_designer/jupyterlite
+0 −0 other/materialsproject/__init__.py
+22 −1 other/materialsproject/api_interoperability_showcase.ipynb
+0 −0 other/materialsproject/api_interoperability_showcase.py
+0 −0 other/materialsproject/import_materials_from_materialsproject.ipynb
+0 −0 other/materialsproject/import_materials_from_materialsproject.py
+20 −14 pyproject.toml
+12 −3 utils/jupyterlite.py
+4 −4 utils/settings.py
+28 −0 wheel_server.py

0 comments on commit 69472ae

Please sign in to comment.