update DPA4 support, add melting point calculation - #124
Open
Zikkying wants to merge 32 commits into
Open
Conversation
…olerance. Skip preview post_process so add_fix configs no longer require in.lammps, warn on atom overlaps, and keep multi-task property posts alive when individual LAMMPS points fail. Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
is_failed_task_result wrongly treated fixture result_task.json (LabeledSystem) as failed because it is not a plain dict, breaking test_gamma.test_compute_lower. Also harden refine path assert, ticket expireIn test, and add local pre-commit smoke. Co-authored-by: Cursor <cursoragent@cursor.com>
Fix: Update Bohrium ticket expireIn and adaptive DFT k-spacing
…tion(hours) - Change parameter name from 'expireIn' to 'expiration' (correct API field) - Change unit from seconds to hours (correct API unit) - Update default from 604800 to 168 (7 days in hours) - Update SKILL.md documentation accordingly
Co-authored-by: Cursor <cursoragent@cursor.com>
fix(skill): correct ticket API param from expireIn(seconds) to expira…
## OpenAPI Sandbox Integration (config.py, account.py) - Add context_type="OpenAPI" branch for Bohrium OpenAPI Sandbox - TiefblueClient uses access_key directly (no email/password needed) - Support dflow_host: lbg-workflow-dflow.dp.tech, namespace="dflow" - Add dispatcher_image, image_address, machine_type fields - Separate validate_project_id_types() logic for OpenAPI vs legacy ## Bug Fix: Interstitial insert_ele (Interstitial.py) - Normalize insert_ele from string to list at lines 38-43 - Prevents "Cu" being iterated as ["C","u"] -> ValueError ## generate_config.py Enhancements - Add build_global_json_sandbox() for OpenAPI Sandbox mode - LAMMPS run_command defaults to "lmp -in in.lammps" (not mpirun) - GPU machine_type auto-selection for deepmd/mace/nep potentials - Backend-conditional image_address (LAMMPS/ABACUS/VASP) - ABACUS INPUT template: relax_nmax=50, cal_stress=1, cal_force=1 - Adaptive kspacing based on system size - insert_ele list normalization in post-processing Tested: Cu FCC 1-atom cell, ABACUS all-properties, LAMMPS+DPA-3.2 GPU all-properties
feat: add OpenAPI Sandbox support and fix critical bugs
integrate validated DPA4 phonolammps runtime
feat: default GPU workflows to NVIDIA L20
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## devel-1.3.0 #124 +/- ##
===============================================
+ Coverage 73.29% 75.97% +2.67%
===============================================
Files 111 126 +15
Lines 23496 30437 +6941
===============================================
+ Hits 17221 23124 +5903
- Misses 6275 7313 +1038 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
Validation