File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -191,4 +191,5 @@ cython_debug/
191191# exclude from AI features like autocomplete and code analysis. Recommended for sensitive data
192192# refer to https://docs.cursor.com/context/ignore-files
193193.cursorignore
194- .cursorindexingignore
194+ .cursorindexingignore
195+ uv.lock
Original file line number Diff line number Diff line change @@ -161,7 +161,7 @@ Code:
161161
162162``` python
163163import sys
164- sys.path.append(" ../tyxonq " )
164+ sys.path.append(" ./ " )
165165
166166import tyxonq as tq
167167import getpass
@@ -251,4 +251,4 @@ print(g(theta))
251251- ** Community Contributors** : Open source development and testing
252252
253253## License
254- TyxonQ is open source, released under the Apache License, Version 2.0.
254+ TyxonQ is open source, released under the Apache License, Version 2.0.
Original file line number Diff line number Diff line change 11import sys
2- sys .path .append ("../tyxonq" )
3-
2+ sys .path .append ("./" )
43import tyxonq as tq
54import getpass
65from tyxonq .cloud import apis
You can’t perform that action at this time.
0 commit comments