Materials Map

Discover the materials research landscape. Find experts, partners, networks.

  • About
  • Privacy Policy
  • Legal Notice
  • Contact

The Materials Map is an open tool for improving networking and interdisciplinary exchange within materials research. It enables cross-database search for cooperation and network partners and discovering of the research landscape.

The dashboard provides detailed information about the selected scientist, e.g. publications. The dashboard can be filtered and shows the relationship to co-authors in different diagrams. In addition, a link is provided to find contact information.

×

Materials Map under construction

The Materials Map is still under development. In its current state, it is only based on one single data source and, thus, incomplete and contains duplicates. We are working on incorporating new open data sources like ORCID to improve the quality and the timeliness of our data. We will update Materials Map as soon as possible and kindly ask for your patience.

To Graph

1.080 Topics available

To Map

977 Locations available

693.932 PEOPLE
693.932 People People

693.932 People

Show results for 693.932 people that are selected by your search filters.

←

Page 1 of 27758

→
←

Page 1 of 0

→
PeopleLocationsStatistics
Naji, M.
  • 2
  • 13
  • 3
  • 2025
Motta, Antonella
  • 8
  • 52
  • 159
  • 2025
Aletan, Dirar
  • 1
  • 1
  • 0
  • 2025
Mohamed, Tarek
  • 1
  • 7
  • 2
  • 2025
Ertürk, Emre
  • 2
  • 3
  • 0
  • 2025
Taccardi, Nicola
  • 9
  • 81
  • 75
  • 2025
Kononenko, Denys
  • 1
  • 8
  • 2
  • 2025
Petrov, R. H.Madrid
  • 46
  • 125
  • 1k
  • 2025
Alshaaer, MazenBrussels
  • 17
  • 31
  • 172
  • 2025
Bih, L.
  • 15
  • 44
  • 145
  • 2025
Casati, R.
  • 31
  • 86
  • 661
  • 2025
Muller, Hermance
  • 1
  • 11
  • 0
  • 2025
Kočí, JanPrague
  • 28
  • 34
  • 209
  • 2025
Šuljagić, Marija
  • 10
  • 33
  • 43
  • 2025
Kalteremidou, Kalliopi-ArtemiBrussels
  • 14
  • 22
  • 158
  • 2025
Azam, Siraj
  • 1
  • 3
  • 2
  • 2025
Ospanova, Alyiya
  • 1
  • 6
  • 0
  • 2025
Blanpain, Bart
  • 568
  • 653
  • 13k
  • 2025
Ali, M. A.
  • 7
  • 75
  • 187
  • 2025
Popa, V.
  • 5
  • 12
  • 45
  • 2025
Rančić, M.
  • 2
  • 13
  • 0
  • 2025
Ollier, Nadège
  • 28
  • 75
  • 239
  • 2025
Azevedo, Nuno Monteiro
  • 4
  • 8
  • 25
  • 2025
Landes, Michael
  • 1
  • 9
  • 2
  • 2025
Rignanese, Gian-Marco
  • 15
  • 98
  • 805
  • 2025

Kovács, Péter

  • Google
  • 1
  • 4
  • 0

TU Wien

in Cooperation with on an Cooperation-Score of 37%

Topics

Publications (1/1 displayed)

  • 2023Clinamen2: Versatile functional-style Python CMA-EScitations

Places of action

Chart of shared publication
Buchner, Florian
1 / 1 shared
Madsen, Georg Kent Hellerup
1 / 1 shared
Carrete, Jesús
1 / 3 shared
Wanzenböck, Ralf
1 / 1 shared
Chart of publication period
2023

Co-Authors (by relevance)

  • Buchner, Florian
  • Madsen, Georg Kent Hellerup
  • Carrete, Jesús
  • Wanzenböck, Ralf
OrganizationsLocationPeople

document

Clinamen2: Versatile functional-style Python CMA-ES

  • Buchner, Florian
  • Madsen, Georg Kent Hellerup
  • Carrete, Jesús
  • Kovács, Péter
  • Wanzenböck, Ralf
Abstract

<strong>General description</strong> This is the code associated to the manuscript <em>Clinamen2: Versatile functional-style Python CMA-ES</em> including example applications of the code presented therein. The core algorithm is an implementation of the covariance matrix adaptation evolution strategy (CMA-ES) utilizing Cholesky decomposition and adhering to the principles of functional-style programming. The code offers a framework of building blocks and utility functions to enable the application of the CMA-ES to different problems, with a particular focus on material science, e.g., atomistic structure search. In principle, any Python function with a compatible signature can be used for loss evaluation, i.e. to drive an evolution. <strong>Installation</strong> You can get the latest published Clinamen2 release from pypi with <pre><code class="language-bash">pip install clinamen2</code></pre> but the example applications are not included there. Alternatively, to get the full package, download the source or clone the repository from GitHub and execute <pre><code class="language-bash">pip install -U pip pip install -U setuptools pip install -e .</code></pre> If you would rather use the exact version employed for the manuscript, follow the same procedure, but with the files bundled with this release instead. In any case, it might be advisable to create a dedicated virtual environment for the installation. Also see the Getting started page that also includes a simple tutorial. <strong>Example applications</strong> Four examples are included with this release with more details, including additional installation requirements, available in the manuscript and documentation. Function trial: Optimization of various test functions. Silver cluster with density functional theory: Utilizing Dask and NWChem to optimize silver clusters. Si bulk with neural-network force field: With NeuralIL as a surrogate model Si bulk is optimized to investigate defect structures. Lennard-Jones cluster: These are investigated utilizing Google JAX and the BI-Population restart scheme.

Topics
  • density
  • impedance spectroscopy
  • cluster
  • silver
  • theory
  • defect
  • density functional theory
  • decomposition
  • defect structure