Skip to content
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

Defect generation updates #133

Merged
merged 23 commits into from
Aug 13, 2023

Commits on Jun 19, 2023

  1. Configuration menu
    Copy the full SHA
    604798b View commit details
    Browse the repository at this point in the history
  2. Pass min_dist from VoronoiInterstitialGenerator initialisation th…

    …rough to `InterstitialGenerator` superclass (bugfix)
    kavanase committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    f8d7619 View commit details
    Browse the repository at this point in the history
  3. Refactor filter_colliding to return coords _and_ index, for correct…

    … multiplicities (bugfix)
    kavanase committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    8011728 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c5e2b4e View commit details
    Browse the repository at this point in the history
  5. Update type hint

    kavanase committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    d389a25 View commit details
    Browse the repository at this point in the history
  6. Add equivalent_sites parameter to Defect objects and `target_frac…

    …_coords` parameter to `get_supercell_structure` to allow choice of generated defect site in supercell
    kavanase committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    41a73ac View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    434edeb View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2023

  1. Configuration menu
    Copy the full SHA
    ee05b5d View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2023

  1. Automatically bump max_cell_range to 2 in TopographyAnalyzer if `…

    …num_atoms < 5`, for accurate/complete Voronoi tessellation (small unit cells anyway so negligible cost!)
    kavanase committed Jun 25, 2023
    Configuration menu
    Copy the full SHA
    ef3ca02 View commit details
    Browse the repository at this point in the history
  2. Use oxi_state of substituting specie in the host structure if prese…

    …nt (when guessing oxi state of substitution defect) – i.e. antisite defects!
    kavanase committed Jun 25, 2023
    Configuration menu
    Copy the full SHA
    5b898de View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2023

  1. Merge remote-tracking branch 'origin/main'

    # Conflicts:
    #	pymatgen/analysis/defects/generators.py
    kavanase committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    13f9d70 View commit details
    Browse the repository at this point in the history
  2. Add target_frac_coords and return_site to DefectComplex `get_su…

    …percell_structure` to make compatible with supertype `Defect`
    kavanase committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    5e3ba2b View commit details
    Browse the repository at this point in the history
  3. Linting

    kavanase committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    9d14e6d View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2023

  1. Comment cleanup

    kavanase committed Jul 30, 2023
    Configuration menu
    Copy the full SHA
    2ab96c4 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2023

  1. Configuration menu
    Copy the full SHA
    95ed626 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2023

  1. Configuration menu
    Copy the full SHA
    8b636ab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    84e92d6 View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'origin/defect_generation_updates' into …

    …defect_generation_updates
    kavanase committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    c29333d View commit details
    Browse the repository at this point in the history
  4. Make Defect.equivalent_sites match element symbol for Defect.site (ra…

    …ther than Defect.defect_site) with `Substitution` defects
    kavanase committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    2cd0ec1 View commit details
    Browse the repository at this point in the history
  5. Fix typo

    kavanase committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    dff6ed1 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2023

  1. Remove oxidation states from defect supercell sites (as well as overa…

    …ll returned structure)
    kavanase committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    5ba7a1b View commit details
    Browse the repository at this point in the history
  2. Add tests for target_frac_coords with get_supercell_structure for…

    … `Interstitial` and `Substitution`
    kavanase committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    445c1b5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2ee22ee View commit details
    Browse the repository at this point in the history