Skip to content

Commit

Permalink
📝 Add mnt info to simulators. (#164)
Browse files Browse the repository at this point in the history
* 🎨 add MNT info to quicksim and quickexact.

* 📝 update website links.
  • Loading branch information
Drewniok authored Mar 6, 2024
1 parent 13b43b5 commit ce07701
Show file tree
Hide file tree
Showing 5 changed files with 47 additions and 0 deletions.
1 change: 1 addition & 0 deletions plugins/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ foreach (filename ${FILENAMES})
TARGET ${plugin} POST_BUILD
COMMAND ${CMAKE_COMMAND} -E copy
${CMAKE_CURRENT_SOURCE_DIR}/${plugin}/${plugin}.physeng
${CMAKE_CURRENT_SOURCE_DIR}/${plugin}/logo-mnt.png
${CMAKE_CURRENT_BINARY_DIR})

# Install the executable and the physeng file
Expand Down
Binary file added plugins/quickexact/logo-mnt.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 22 additions & 0 deletions plugins/quickexact/quickexact.physeng
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,28 @@ interpreter, bin_path, command
<name>QuickExact</name>
<version>1.0</version>
<description></description>
<plugin_info>
<plugin_logo>logo-mnt.png</plugin_logo>
<authors>
<name>Jan Drewniok</name>
<name>Marcel Walter</name>
<name>Robert Wille</name>
</authors>
<institutions>
<institution>
<content>
<line>Chair for Design Automation</line>
<line>School of Computation, Information and Technology</line>
<line>Technical University of Munich</line>
</content>
<website href="https://www.cda.cit.tum.de/research/fcn/">Munich Nanotech Toolkit</website>
</institution>
</institutions>
<links>
<website href="https://github.com/cda-tum/fiction">GitHub</website>
<website href="https://www.cda.cit.tum.de/files/eda/2024_aspdac_efficient_exact_simulation.pdf">Paper</website>
</links>
</plugin_info>
<services>ElectronGroundState</services>
<bin_path>quickexact</bin_path>
<commands>
Expand Down
Binary file added plugins/quicksim/logo-mnt.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
24 changes: 24 additions & 0 deletions plugins/quicksim/quicksim.physeng
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,30 @@ interpreter, bin_path, command
<name>QuickSim</name>
<version>1.0</version>
<description></description>
<plugin_info>
<plugin_logo>logo-mnt.png</plugin_logo>
<authors>
<name>Jan Drewniok</name>
<name>Marcel Walter</name>
<name>Samuel Ng</name>
<name>Konrad Walus</name>
<name>Robert Wille</name>
</authors>
<institutions>
<institution>
<content>
<line>Chair for Design Automation</line>
<line>School of Computation, Information and Technology</line>
<line>Technical University of Munich</line>
</content>
<website href="https://www.cda.cit.tum.de/research/fcn/">MNT</website>
</institution>
</institutions>
<links>
<website href="https://github.com/cda-tum/fiction">GitHub</website>
<website href="https://ieeexplore.ieee.org/document/10231266">Paper</website>
</links>
</plugin_info>
<services>ElectronGroundState</services>
<bin_path>quicksim</bin_path>
<commands>
Expand Down

0 comments on commit ce07701

Please sign in to comment.