Skip to content

Commit

Permalink
Merge pull request #3 from Altanali/quantum-js-vis-branch
Browse files Browse the repository at this point in the history
Update bundle.js, no longer creates default AmazonBraketSymbols for Qjs
  • Loading branch information
Altanali authored Aug 11, 2021
2 parents f6f5551 + 1eb9203 commit e98a7af
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build/bundle.js
Original file line number Diff line number Diff line change
Expand Up @@ -3454,7 +3454,6 @@ Gate = function( params ){
this.index = Gate.index ++

if( typeof this.symbol !== 'string' ) this.symbol = '?'
if( typeof this.symbolAmazonBraket !== 'string' ) this.symbolAmazonBraket = this.symbol.toLowerCase()
const parameters = Object.assign( {}, params.parameters )
this.parameters = parameters

Expand Down

0 comments on commit e98a7af

Please sign in to comment.