-
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
18e0dc7
commit 908f12a
Showing
1 changed file
with
39 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
+++ | ||
date = 2024-05-23T00:00:00 # Schedule page publish date. | ||
|
||
title='<b>Our work on Quantum Circuit Mapping Based on Incremental and Parallel SAT Solving</a> has been accepted to <a href="http://satisfiability.org/SAT24/">SAT 2024</a>.</b> <br> We introduce a novel circuit mapping method by combining incremental and parallel solving for Boolean Satisfiability (SAT). We present an innovative SAT encoding for circuit mapping problems, which significantly improves solver-based mapping methods and provides a smooth trade-off between compilation quality and compilation time. <br> Authors: Jiong Yang, Yaroslav A. Kharkov, Yunong Shi, Marijn Heule, and Bruno Dutertre <br> ' | ||
time_start = 2024-05-23T01:00:00 | ||
#time_end = 2030-06-01T15:00:00 | ||
abstract = "" | ||
abstract_short = "" | ||
event = "" | ||
event_url = "" | ||
location = "" | ||
|
||
# Is this a selected talk? (true/false) | ||
selected = false | ||
|
||
# Projects (optional). | ||
# Associate this talk with one or more of your projects. | ||
# Simply enter the filename (excluding '.md') of your project file in `content/project/`. | ||
projects = [] | ||
|
||
# Links (optional). | ||
url_pdf = "" | ||
url_slides = "" | ||
url_video = "" | ||
url_code = "" | ||
|
||
# Does the content use math formatting? | ||
math = true | ||
|
||
# Does the content use source code highlighting? | ||
highlight = true | ||
|
||
# Featured image | ||
# Place your image in the `static/img/` folder and reference its filename below, e.g. `image = "example.jpg"`. | ||
[header] | ||
image = "" | ||
caption = "" | ||
|
||
+++ |