There is a newer version of this record available.

Software Open Access

DFTK: The Density-functional toolkit

Herbst, Michael F.; Levitt, Antoine; Cancès, Eric


DCAT Export

<?xml version='1.0' encoding='utf-8'?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:adms="http://www.w3.org/ns/adms#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:dct="http://purl.org/dc/terms/" xmlns:dctype="http://purl.org/dc/dcmitype/" xmlns:dcat="http://www.w3.org/ns/dcat#" xmlns:duv="http://www.w3.org/ns/duv#" xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:frapo="http://purl.org/cerif/frapo/" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:gsp="http://www.opengis.net/ont/geosparql#" xmlns:locn="http://www.w3.org/ns/locn#" xmlns:org="http://www.w3.org/ns/org#" xmlns:owl="http://www.w3.org/2002/07/owl#" xmlns:prov="http://www.w3.org/ns/prov#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:schema="http://schema.org/" xmlns:skos="http://www.w3.org/2004/02/skos/core#" xmlns:vcard="http://www.w3.org/2006/vcard/ns#" xmlns:wdrs="http://www.w3.org/2007/05/powder-s#">
  <rdf:Description rdf:about="https://doi.org/10.5281/zenodo.7759919">
    <rdf:type rdf:resource="http://www.w3.org/ns/dcat#Dataset"/>
    <dct:type rdf:resource="http://purl.org/dc/dcmitype/Software"/>
    <dct:identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">https://doi.org/10.5281/zenodo.7759919</dct:identifier>
    <foaf:page rdf:resource="https://doi.org/10.5281/zenodo.7759919"/>
    <dct:creator>
      <rdf:Description rdf:about="http://orcid.org/0000-0003-0378-7921">
        <rdf:type rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
        <dct:identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string">0000-0003-0378-7921</dct:identifier>
        <foaf:name>Herbst, Michael F.</foaf:name>
        <foaf:givenName>Michael F.</foaf:givenName>
        <foaf:familyName>Herbst</foaf:familyName>
        <org:memberOf>
          <foaf:Organization>
            <foaf:name>RWTH Aachen University</foaf:name>
          </foaf:Organization>
        </org:memberOf>
      </rdf:Description>
    </dct:creator>
    <dct:creator>
      <rdf:Description>
        <rdf:type rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
        <foaf:name>Levitt, Antoine</foaf:name>
        <foaf:givenName>Antoine</foaf:givenName>
        <foaf:familyName>Levitt</foaf:familyName>
        <org:memberOf>
          <foaf:Organization>
            <foaf:name>Inria Paris</foaf:name>
          </foaf:Organization>
        </org:memberOf>
      </rdf:Description>
    </dct:creator>
    <dct:creator>
      <rdf:Description>
        <rdf:type rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
        <foaf:name>Cancès, Eric</foaf:name>
        <foaf:givenName>Eric</foaf:givenName>
        <foaf:familyName>Cancès</foaf:familyName>
        <org:memberOf>
          <foaf:Organization>
            <foaf:name>CERMICS, Ecole des Ponts</foaf:name>
          </foaf:Organization>
        </org:memberOf>
      </rdf:Description>
    </dct:creator>
    <dct:title>DFTK: The Density-functional toolkit</dct:title>
    <dct:publisher>
      <foaf:Agent>
        <foaf:name>Zenodo</foaf:name>
      </foaf:Agent>
    </dct:publisher>
    <dct:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#gYear">2023</dct:issued>
    <dct:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2023-03-22</dct:issued>
    <owl:sameAs rdf:resource="https://zenodo.org/record/7759919"/>
    <adms:identifier>
      <adms:Identifier>
        <skos:notation rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">https://zenodo.org/record/7759919</skos:notation>
        <adms:schemeAgency>url</adms:schemeAgency>
      </adms:Identifier>
    </adms:identifier>
    <dct:relation rdf:resource="https://github.com/JuliaMolSim/DFTK.jl/tree/v0.6.5"/>
    <dct:isVersionOf rdf:resource="https://doi.org/10.5281/zenodo.3541724"/>
    <owl:versionInfo>v0.6.5</owl:versionInfo>
    <dct:description>DFTK v0.6.5 &lt;p&gt;&lt;a href="https://github.com/JuliaMolSim/DFTK.jl/compare/v0.6.4...v0.6.5"&gt;Diff since v0.6.4&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;strong&gt;Closed issues:&lt;/strong&gt;&lt;/p&gt; &lt;ul&gt; &lt;li&gt;Support ARM / aarch64 / "Apple silicon" M-series processors (#820)&lt;/li&gt; &lt;li&gt;Julia Nightly tests failing (#826)&lt;/li&gt; &lt;li&gt;Usage Support: Adding DFTK.jl to Matsci Discourse Community (#833)&lt;/li&gt; &lt;/ul&gt; &lt;p&gt;&lt;strong&gt;Merged pull requests:&lt;/strong&gt;&lt;/p&gt; &lt;ul&gt; &lt;li&gt;Non-linear core correction and pseudopotential density guess (#766) (@azadoks)&lt;/li&gt; &lt;li&gt;Fixing some documentation layouts &amp;amp; duplicate (#815) (@epolack)&lt;/li&gt; &lt;li&gt;Model update constructor (#816) (@mfherbst)&lt;/li&gt; &lt;li&gt;MPI Allreduce fallbacks for aarch64 support (#821) (@azadoks)&lt;/li&gt; &lt;li&gt;Fix fast test execution (#827) (@epolack)&lt;/li&gt; &lt;li&gt;Fix Hamiltonian application for nonstandard models (#829) (@antoine-levitt)&lt;/li&gt; &lt;li&gt;Bump actions/checkout from 2 to 3 (#830) (@dependabot[bot])&lt;/li&gt; &lt;li&gt;Bump codecov/codecov-action from 2 to 3 (#831) (@dependabot[bot])&lt;/li&gt; &lt;li&gt;Fixing documentation links (#832) (@epolack)&lt;/li&gt; &lt;li&gt;Update introductory resources and publications (#834) (@mfherbst)&lt;/li&gt; &lt;/ul&gt;</dct:description>
    <dct:description>Cite this paper whenever you use DFTK.</dct:description>
    <dct:accessRights rdf:resource="http://publications.europa.eu/resource/authority/access-right/PUBLIC"/>
    <dct:accessRights>
      <dct:RightsStatement rdf:about="info:eu-repo/semantics/openAccess">
        <rdfs:label>Open Access</rdfs:label>
      </dct:RightsStatement>
    </dct:accessRights>
    <dcat:distribution>
      <dcat:Distribution>
        <dct:rights>
          <dct:RightsStatement rdf:about="https://opensource.org/licenses/MIT">
            <rdfs:label>MIT License</rdfs:label>
          </dct:RightsStatement>
        </dct:rights>
        <dcat:accessURL rdf:resource="https://doi.org/10.5281/zenodo.7759919"/>
      </dcat:Distribution>
    </dcat:distribution>
    <dcat:distribution>
      <dcat:Distribution>
        <dcat:accessURL rdf:resource="https://doi.org/10.5281/zenodo.7759919"/>
        <dcat:byteSize>890240</dcat:byteSize>
        <dcat:downloadURL rdf:resource="https://zenodo.org/record/7759919/files/JuliaMolSim/DFTK.jl-v0.6.5.zip"/>
        <dcat:mediaType>application/zip</dcat:mediaType>
      </dcat:Distribution>
    </dcat:distribution>
  </rdf:Description>
</rdf:RDF>
1,210
157
views
downloads
All versions This version
Views 1,21010
Downloads 1571
Data volume 79.0 MB890.2 kB
Unique views 1,07210
Unique downloads 661

Share

Cite as