{
  "access": {
    "embargo": {
      "active": false,
      "reason": null
    },
    "files": "public",
    "record": "public",
    "status": "open"
  },
  "created": "2021-02-17T08:35:17.048579+00:00",
  "custom_fields": {},
  "deletion_status": {
    "is_deleted": false,
    "status": "P"
  },
  "files": {
    "count": 1,
    "enabled": true,
    "entries": {
      "zerothi/sisl-v0.11.0.zip": {
        "access": {
          "hidden": false
        },
        "checksum": "md5:b71ad844691706d163c570fa39091919",
        "ext": "zip",
        "id": "47e98591-431a-4161-9753-8af509894d33",
        "key": "zerothi/sisl-v0.11.0.zip",
        "links": {
          "container": "https://zenodo.org/api/records/4544334/files/zerothi/sisl-v0.11.0.zip/container",
          "content": "https://zenodo.org/api/records/4544334/files/zerothi/sisl-v0.11.0.zip/content",
          "self": "https://zenodo.org/api/records/4544334/files/zerothi/sisl-v0.11.0.zip"
        },
        "metadata": null,
        "mimetype": "application/zip",
        "size": 3014431,
        "storage_class": "L"
      }
    },
    "order": [],
    "total_bytes": 3014431
  },
  "id": "4544334",
  "is_draft": false,
  "is_published": true,
  "links": {
    "access": "https://zenodo.org/api/records/4544334/access",
    "access_grants": "https://zenodo.org/api/records/4544334/access/grants",
    "access_links": "https://zenodo.org/api/records/4544334/access/links",
    "access_request": "https://zenodo.org/api/records/4544334/access/request",
    "access_users": "https://zenodo.org/api/records/4544334/access/users",
    "archive": "https://zenodo.org/api/records/4544334/files-archive",
    "archive_media": "https://zenodo.org/api/records/4544334/media-files-archive",
    "communities": "https://zenodo.org/api/records/4544334/communities",
    "communities-suggestions": "https://zenodo.org/api/records/4544334/communities-suggestions",
    "doi": "https://doi.org/10.5281/zenodo.4544334",
    "draft": "https://zenodo.org/api/records/4544334/draft",
    "file_modification": "https://zenodo.org/api/records/4544334/file-modification",
    "files": "https://zenodo.org/api/records/4544334/files",
    "latest": "https://zenodo.org/api/records/4544334/versions/latest",
    "latest_html": "https://zenodo.org/records/4544334/latest",
    "media_files": "https://zenodo.org/api/records/4544334/media-files",
    "parent": "https://zenodo.org/api/records/597181",
    "parent_doi": "https://doi.org/10.5281/zenodo.597181",
    "parent_doi_html": "https://zenodo.org/doi/10.5281/zenodo.597181",
    "parent_html": "https://zenodo.org/records/597181",
    "preview_html": "https://zenodo.org/records/4544334?preview=1",
    "quota_increase": "https://zenodo.org/api/records/4544334/quota-increase",
    "request_deletion": "https://zenodo.org/api/records/4544334/request-deletion",
    "requests": "https://zenodo.org/api/records/4544334/requests",
    "reserve_doi": "https://zenodo.org/api/records/4544334/draft/pids/doi",
    "self": "https://zenodo.org/api/records/4544334",
    "self_doi": "https://doi.org/10.5281/zenodo.4544334",
    "self_doi_html": "https://zenodo.org/doi/10.5281/zenodo.4544334",
    "self_html": "https://zenodo.org/records/4544334",
    "self_iiif_manifest": "https://zenodo.org/api/iiif/record:4544334/manifest",
    "self_iiif_sequence": "https://zenodo.org/api/iiif/record:4544334/sequence/default",
    "versions": "https://zenodo.org/api/records/4544334/versions"
  },
  "media_files": {
    "count": 0,
    "enabled": false,
    "entries": {},
    "order": [],
    "total_bytes": 0
  },
  "metadata": {
    "creators": [
      {
        "person_or_org": {
          "family_name": "Nick Papior",
          "name": "Nick Papior",
          "type": "personal"
        }
      },
      {
        "person_or_org": {
          "family_name": "Jonas L. B.",
          "name": "Jonas L. B.",
          "type": "personal"
        }
      },
      {
        "person_or_org": {
          "family_name": "pfebrer",
          "name": "pfebrer",
          "type": "personal"
        }
      },
      {
        "affiliations": [
          {
            "name": "Donostia International Physics Center"
          }
        ],
        "person_or_org": {
          "family_name": "Thomas Frederiksen",
          "name": "Thomas Frederiksen",
          "type": "personal"
        }
      },
      {
        "affiliations": [
          {
            "name": "Donostia International Physics Center"
          }
        ],
        "person_or_org": {
          "family_name": "Sofia Sanz Wuhl",
          "name": "Sofia Sanz Wuhl",
          "type": "personal"
        }
      }
    ],
    "description": "<ul>\n<li><p><strong>Major addition</strong>: plotly backend for plotting and interaction with\n  output. This is still a work in progress made by Pol Febrer.\n  Many thanks to @pfebrer!</p>\n</li>\n<li><p>Added unzip argument to BZ.apply methods to unzip multiple\n  return values, also added documentation to reflect this</p>\n</li>\n<li><p>Fixed reading data-arrays from Siesta-PDOS files</p>\n</li>\n<li><p>Enabled minimization method for basis information and pseudo generation</p>\n</li>\n<li><p>Enabled plotting grids using the command-line</p>\n</li>\n<li><p>Bug in how non-colinear matrices are dealt with, now fixed\n  Thanks to Xe Hu for discovering this.</p>\n</li>\n<li><p>Allowed reading the geometry for supercell HSX files\n  Atomic coordinates and nsc are determined from xij arrays</p>\n</li>\n<li><p>Basic implementation of Hermitian construct.\n  It now ensures a correct Hermitian matrix for simple cases</p>\n</li>\n<li><p>Added more return from close/within, supercell offsets\n  may be queried (ret_isc)</p>\n</li>\n<li><p>Added more transposing functionality for spin matrices</p>\n</li>\n<li><p>Fixed <code>wfsxSileSiesta</code> returning proper k-points if a geometry\n  is passed (i.e. reduced k-points). Otherwise warns users</p>\n</li>\n<li><p>Huge performance increase for finalizing very large structures</p>\n</li>\n<li><p>Fixed writing <code>%block</code> in fdf files</p>\n</li>\n<li><p>Enabled reading Fermi level from VASP DOSCAR files</p>\n</li>\n<li><p>Cleaned siesta and VASP reading of completed jobs, #287</p>\n</li>\n<li><p>added Geometry.new allowing easy type-lookups to convert to Geometry\n  e.g. Geometry.new(\"RUN.fdf\") and Geometry.new(ase_atoms) automatically\n  figures out which method to call and how to interpret the objects.\nadded Geometry.to allowing easy type-lookups to convert to other objects\n  #282</p>\n</li>\n<li><p>enabled calculating supercell matrices with phases, format=sc:&lt;format&gt;\nreturns in supercell matrix form (no, no_s)</p>\n</li>\n<li><p>removed support for int and long as matrix types, only float/complex</p>\n</li>\n<li><p>Enabled <code>sgrid</code> to write tables of data</p>\n</li>\n<li><p>Merged spin_orbital_moment(deleted) and spin_moment with optional argument project</p>\n</li>\n<li><p>Enabled orbital resolved velocities</p>\n</li>\n<li><p>Added <code>outSileSiesta.read_energy</code> to read final energies in a property-dict\n(works both as a property (<code>energy.fermi</code>) and a dictionary (<code>energy[\"fermi\"]</code>)</p>\n</li>\n<li><p>Ensured ghost atoms in Siesta are handled with separate\n  class, <code>AtomGhost</code>, #249</p>\n</li>\n<li><p>Using <code>si.RealspaceSI</code> with <code>unfold=(1,1,1)</code> no longer results in <code>nsc</code> on\n  the given surface hamiltonian being set to <code>(1,1,1)</code>.</p>\n</li>\n<li><p>Added calculation of isosurfaces, #246</p>\n</li>\n<li><p>Added <code>sisl.WideBandSE</code> for self-energies with constant diagonals</p>\n</li>\n<li><p>Enabled more user control over categories, #242</p>\n</li>\n<li><p>Improved interpolation function for Grid's, and also added filters</p>\n</li>\n<li><p>Bugfix for periodic directions for ASE conversion, #231</p>\n</li>\n<li><p>Fixed tuples for <code>_sanitize_atoms</code>, #233</p>\n</li>\n<li><p>Fixed reading correct unit from deltanc files, #234</p>\n</li>\n<li><p>Enabled berry-phase calculations for NC+SOC, #235</p>\n</li>\n<li><p>Added tiling to <code>Grid</code>, #238</p>\n</li>\n<li><p>Added <code>Atoms.group_data</code> which nicely splits an array holding\n  orbital information into atomic contributions (a list since\n  each sub-list may be unequal in length)</p>\n</li>\n<li><p>Many small bug-fixes and performance improvements</p>\n</li>\n</ul>\nContributors\n<p>A total of 5 people contributed to this release.</p>\n<ul>\n<li>Jonas Lundholm Bertelsen</li>\n<li>Nick Papior</li>\n<li>Pol Febrer</li>\n<li>Sofia Sanz Wuhl</li>\n<li>Thomas Frederiksen</li>\n</ul>\nPull requests merged\n<p>A total of 12 pull requests were merged for this release.</p>\n<ul>\n<li><code>#231 &lt;https://github.com/zerothi/sisl/pull/231&gt;</code>__: Transmitting pbc to ASE</li>\n<li><code>#246 &lt;https://github.com/zerothi/sisl/pull/246&gt;</code>__: Method to calculate grid isosurfaces</li>\n<li><code>#253 &lt;https://github.com/zerothi/sisl/pull/253&gt;</code>__: Geometry._sanitize_atoms did not accept generic categories</li>\n<li><code>#254 &lt;https://github.com/zerothi/sisl/pull/254&gt;</code>__: f-string was not printing variable value due to missing f</li>\n<li><code>#255 &lt;https://github.com/zerothi/sisl/pull/255&gt;</code>__: Make parent categories callable and avoid their instantiation</li>\n<li><code>#258 &lt;https://github.com/zerothi/sisl/pull/258&gt;</code>__: Making coordinate categories more accessible</li>\n<li><code>#263 &lt;https://github.com/zerothi/sisl/pull/263&gt;</code>__: Supporting the creation of Binder docker images</li>\n<li><code>#267 &lt;https://github.com/zerothi/sisl/pull/267&gt;</code>__: bug: skewed isosurfaces were not properly calculated</li>\n<li><code>#270 &lt;https://github.com/zerothi/sisl/pull/270&gt;</code>__: Fixed reading geometries in .AXSF-files</li>\n<li><code>#277 &lt;https://github.com/zerothi/sisl/pull/277&gt;</code>__: maint: remove ending blank line when writing xyz-files</li>\n<li><code>#298 &lt;https://github.com/zerothi/sisl/pull/298&gt;</code>__: All plotly tests passing now</li>\n<li><code>#300 &lt;https://github.com/zerothi/sisl/pull/300&gt;</code>__: Make plotly docs work</li>\n</ul>",
    "publication_date": "2021-02-17",
    "publisher": "Zenodo",
    "related_identifiers": [
      {
        "identifier": "https://github.com/zerothi/sisl/tree/v0.11.0",
        "relation_type": {
          "id": "issupplementto",
          "title": {
            "de": "Erg\u00e4nzt",
            "en": "Is supplement to"
          }
        },
        "scheme": "url"
      }
    ],
    "resource_type": {
      "id": "software",
      "title": {
        "de": "Software",
        "en": "Software"
      }
    },
    "rights": [
      {
        "description": {
          "en": ""
        },
        "id": "other-open",
        "title": {
          "en": "Other (Open)"
        }
      }
    ],
    "title": "zerothi/sisl: v0.11.0",
    "version": "v0.11.0"
  },
  "parent": {
    "access": {
      "owned_by": {
        "user": "19941"
      },
      "settings": {
        "accept_conditions_text": null,
        "allow_guest_requests": false,
        "allow_user_requests": false,
        "secret_link_expiration": 0
      }
    },
    "communities": {},
    "id": "597181",
    "pids": {
      "doi": {
        "client": "datacite",
        "identifier": "10.5281/zenodo.597181",
        "provider": "datacite"
      }
    }
  },
  "pids": {
    "doi": {
      "client": "datacite",
      "identifier": "10.5281/zenodo.4544334",
      "provider": "datacite"
    },
    "oai": {
      "identifier": "oai:zenodo.org:4544334",
      "provider": "oai"
    }
  },
  "revision_id": 11,
  "stats": {
    "all_versions": {
      "data_volume": 3224426399.0,
      "downloads": 1167,
      "unique_downloads": 1089,
      "unique_views": 7281,
      "views": 7803
    },
    "this_version": {
      "data_volume": 120577240.0,
      "downloads": 40,
      "unique_downloads": 40,
      "unique_views": 630,
      "views": 716
    }
  },
  "status": "published",
  "swh": {},
  "updated": "2023-10-04T12:23:07.403878+00:00",
  "versions": {
    "index": 21,
    "is_latest": false
  }
}