Skip to content

Commit

Permalink
Add missing italic tag
Browse files Browse the repository at this point in the history
  • Loading branch information
francescov1 committed May 4, 2020
1 parent efb71f4 commit fbdaa25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ This repository contains 3 main modules which make up the Silicon Photonic Neuro
* <b>CLI</b>: This module collects input from a user using an intuitive command-line interface. It prompts the user for required information, making suggestions and aggregating the information for Lumerical.
* <b>API</b>: This module acts as the middleman between the CLI and Lumerical. It receives inputs from the CLI module and decides how to use them with the Lumerical module. It also decides which simulation files can be used from the cache and which need to be re-simulated based on the user's inputs.

<i>Note: Default simulation resources are provided at the root level of the <i>Lumerical</i> module (the same resources that are stored in the cache). These have been heavily tested, so if any strange behaviour occurs with cached simulation data, try running the same simulation manually using the default files (as long as you haven't saved any changes to <i>weight_bank.icp</i> these should be setup to be used by default <b>only when opening & running the simulation manually, not through the CLI</b>)
<i>Note: Default simulation resources are provided at the root level of the <i>Lumerical</i> module (the same resources that are stored in the cache). These have been heavily tested, so if any strange behaviour occurs with cached simulation data, try running the same simulation manually using the default files (as long as you haven't saved any changes to <i>weight_bank.icp</i> these should be setup to be used by default <b>only when opening & running the simulation manually, not through the CLI</b>)</i>

* <b>Extras</b>: This folder is not part of the software but has various code files and data I used to experiment, test and build this project. Most of the files are not setup to be used out of the box but could provide some solid resources to better understand Lumerical, INTERCONNECT and the Automation API.

Expand Down

0 comments on commit fbdaa25

Please sign in to comment.